Need to know what your validator.xml looks like and form-bean stuff in your struts-config.

Just sticking <html:radio indexed="true" .. doesn't say very much.. and just because its displayed doesn't mean its working..

So give more detail have read the documents. Forget about databases for now and just think about getting your form properties into your action.

is the form property an indexed property? How are they defined (actionForm or dynaactionform?)



On Sunday, October 26, 2003, at 05:30 AM, Rajat Pandit wrote:

Hello,
 I am still stuck with the multiple parameter problem. I shall try to
explain the problem again. Maybe someone could help.
I have a form, which has a number of records to be displayed.
A checkbox, a textbox, two radio buttons with the same name. I have the
following objective.

A. perform validation for the checkbox that is selected. I need to
ensure that textbox contains value greater that zero and either of the
radio buttons where selected
B. I need to iterate though the list of data. Ie for the checkbox that
was selected and then save the information in the database.

I have tried using <html:radio indexed="true" which seems to work, but I
still cant figure out how to iterate though it as I will need to do that
in the validate() and execute() method.


Pls gimme some pointers or help :(((

Really really stuck!





Rajat Pandit | [EMAIL PROTECTED]
+91 612 3117606
[ Developer and Part Time Human Being]


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



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



Reply via email to