using checkboxes inside iterate tags

2003-07-31 Thread vellosa
Good afternoon people! I have been hunting through the struts documentation with out luck and was hoping that someone could point me in the right direction? In the back end of my system I have built a list of hash maps which I'm displaying on the JSP using the iterate tag something like:

Antwort: using checkboxes inside iterate tags

2003-07-31 Thread pklassen
Hi, why don't you use the multibox-tag? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: using checkboxes inside iterate tags

2003-07-31 Thread vellosa
] date:Thu, 31 Jul 2003 14:00:06 to: [EMAIL PROTECTED] subject: Re: using checkboxes inside iterate tags Good afternoon people! I have been hunting through the struts documentation with out luck and was hoping that someone could point me in the right direction? In the back

solution for the missing refresh of ActionForm using checkboxes

2002-08-22 Thread van Nuffel, Marc
problem : a unchecked CheckBox doesent get unchecked after formSubmit.. problem description: if you uncheck a CheckBox that was checked, after submiting the form, it remains checked, because the browser doesent post data from unchecked CheckBoxes. so the ActionForm-setterMethod doesent get

Using Checkboxes

2002-07-02 Thread Anand Narayan
I am trying to use checkboxes in the following manner: I retrieve a list of records and display them in a table format(one record per table row) with a checkbox associated with each record. The user can click on the checkboxes of any or all records and perform actions on the selected records.