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 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 you having? As long as your checkboxes are mapped to a
> property in the form bean (which needs to be an indexed property, since
> it will hold multiple values) this should work.
>
> L.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
Scott
[EMAIL PROTECTED]

Reply via email to