I am trying to work out the best way use dynamically generated forms in Struts. The application I am developing is going to allow the user to select from a database a list of fields that should be active on a form. This list will be modified within the database, and so I am thinking that DynaForms are out since they are in general configured in the struts-config, and further more, one user of the system might pick different fields to be active than another user.

And then there is the idea of the Java Bean that populates the form. From what I can tell that needs to be a concrete bean, that is defined when the application is compiled.

HFC

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to