but in my action class i am doing a lot of stuff based on the
\'value\' of the checkbox.

is there no way to do this other than making fieldValue a boolean value!?!

If I do that I will have to change a lot of stuff in my action class.
Also, this isnt mentioned in the documentation for checkbox.  :(

On 12/12/07, Johannes Geppert <[EMAIL PROTECTED]> wrote:
try to use boolean and not String for checkboxes.
>
> Bye
> jogep
>
> > my getters and setters:
> >     public String getCheckboxField1() {
> >         return checkboxField1;
> >     }
> >
> >     public void setCheckboxField1(String checkboxField1) {
> >         this.checkboxField1 = checkboxField1;
> >     }
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

--
-bhaarat

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to