I have a form with multiple "rows" on it say it has columns a b c chk hid

I have javascript to set hid to Y or N based on someone clicking chk

Then in my form bean I have

String[] a;
String[] b;
String[] c;
String[] hid;


My question is how can I make my check box set the correct hid (if I have ten rows for example how do I have it set the hid that goes with the chk that was checked)?


If I can't find a solution I will have to take chk off and make hid a regular text box and have people type in Y or N (not nice).

Any help greatly appreciated

Thanks
troy



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

Reply via email to