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="eventType" value="1"/>TG
<html:checkbox property="eventType" value="2"/>FL
<html:checkbox property="eventType" value="3"/>OS
<html:checkbox property="eventType" value="4"/>CS
<html:checkbox property="eventType" value="5"/>RA
<html:checkbox property="eventType" value="6"/>RS
Thank u in advance.
With regards,
balachandar.
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="eventType" value="1"/>TG
<html:checkbox property="eventType" value="2"/>FL
<html:checkbox property="eventType" value="3"/>OS
<html:checkbox property="eventType" value="4"/>CS
<html:checkbox property="eventType" value="5"/>RA
<html:checkbox property="eventType" value="6"/>RS
Thank u in advance.
With regards,
balachandar.