I am just starting out with Struts and I am trying to do something fairly
simple.  I have a form with 1 to x number or rows that were retrieved from a
database.  Each one can be selected via a checkbox.  Initially I wanted to
name the checkbox process_xxx where xxx is the key from the database (i.e.
process_345; process_621...) - that way I can easily tell which rows were
selected and do my backend processing.  I don't think I can do this being
that the form class has to have the fields defined beforehand.  What is the
best way to go about what I am trying to do?  Is the indexed attribute
intended for this use?

Thanks,
Mike

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

Reply via email to