Give us an example. What is the form editing?

The iterate tag is probably what you want, if it's simple.

Or you could use NestedBeans. If the form edits the actual object, you can get a bunch of beans, each representing x pieces of info, and store them inside the main object.

Just throwing out ideas.

Adam

On 03/25/2004 04:37 PM Dean A. Hoover wrote:
Scenario: An HTML form is contructed using
JSP where most of the widgets are statically created
(except for labels). However, there is a group of
check boxes which are created based on information
contained in a database. There may be one checkbox
or many. How would you express this in the form-bean
in struts-config.xml. I am using DynaValidatorForm
but will actually be doing validation for this group
of checkboxes in the Action.

Any ideas?
Dean Hoover


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




--
struts 1.1 + tomcat 5.0.16 + java 1.4.2
Linux 2.4.20 Debian


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



Reply via email to