java - web form generation out of xml schema -
I have a requirement where I need to create an html form on the fly based on many different XML schemas (so far I have 20 of them counting and counting). I need to collect the data from the user so that each of them should create relevant document documents and then submit example docs in db.
Challenges 1) There are a lot more complex types in the schema. Therefore we do not already know that the type and type of input type has to be created. Therefore pre-creating html is not an option 2) Even if I can handle the generation of the form on the fly, the problem is collecting the data recorded .. For the input type in dynamically created forms Dynamic ID / name will be / / P>
Can someone recommend the best way to implement it?
Thank you in advance
Comments
Post a Comment