Hi.
> I have a web-based forms application in which the structure of the form
> corresponds to an XML Schema while the data in the form corresponds to
> an instance of the XML Schema. I'd like to generate the HTML form using
> my JAXB 2.0 schema-generated classes and interfaces. With my simple
> types that are enumerations, I'm able to populate a drop down list since
> I can get the values of an Enum. However, I'd like to do a similar type
> of thing for complex content, that is create a drop down list that lists
> all of the possible sub-elements that can be contained by a given element.
Interesting, I'm working on the similar project.
Have a look at the screenshots in my blog:
http://www.livejournal.com/users/lexicore/55223.html
http://www.livejournal.com/users/lexicore/52637.html
It's in russian/german, but pictures ans schemas speak for themselves.
This is a JAXB 1.0 based projects and I'm using add-ons to generate
everything (language packs, JSF-driven UI).
Bye.
/lexi