Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help! How retain check boxes values(same name)

Status
Not open for further replies.

jollyplay

Programmer
Dec 16, 2003
90
Hello,

I have checkboxes like below, i want to retain values(for one or multiple check box selection) after form submit if it contain errors. How can i define form bean for this?

<html:checkbox property=&quot;eventType&quot; value=&quot;1&quot;/>TG
<html:checkbox property=&quot;eventType&quot; value=&quot;2&quot;/>FL
<html:checkbox property=&quot;eventType&quot; value=&quot;3&quot;/>OS
<html:checkbox property=&quot;eventType&quot; value=&quot;4&quot;/>CS
<html:checkbox property=&quot;eventType&quot; value=&quot;5&quot;/>RA
<html:checkbox property=&quot;eventType&quot; value=&quot;6&quot;/>RS

Thank u in advance.

With regards,
balachandar.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top