Re: Retriving a form content for the selected html:checkbox

2008-02-26 Thread stanlick
If I remember correctly, the checkbox expects a get/set even though the POJO std for a boolean is typically is/set. Scott On Tue, Feb 26, 2008 at 2:11 AM, Laurie Harper <[EMAIL PROTECTED]> wrote: > Tanmay Waikar wrote: > > > > Hi, > > > > I am iterating my form bean values using logic:iterate ta

Re: Retriving a form content for the selected html:checkbox

2008-02-26 Thread Laurie Harper
Tanmay Waikar wrote: Hi, I am iterating my form bean values using logic:iterate tag. I have a html:checkbox which will simultaneously get iterated with the values. My requirement is to fetch the selected values of the grid on press of submit button in the action class. What problem are

Retriving a form content for the selected html:checkbox

2008-02-23 Thread Tanmay Waikar
Hi, I am iterating my form bean values using logic:iterate tag. I have a html:checkbox which will simultaneously get iterated with the values. My requirement is to fetch the selected values of the grid on press of submit button in the action class. Thanks -- View this message in context: