Re: prechecked checkbox using DynaValidatorForm

2004-08-31 Thread Wolfgang Woger
Thank you, Yves I solved my problem, the form-bean was not preset in the right action. Wolfgang Yves Sy wrote: Hi, Try declaring eatable in your form-bean declaration as java.lang.Boolean and in the action before your edit page go myForm.set("eatable", new Boolean(true)) -Yves- On Tue, 31 Aug 2004

Re: prechecked checkbox using DynaValidatorForm

2004-08-31 Thread Yves Sy
Hi, Try declaring eatable in your form-bean declaration as java.lang.Boolean and in the action before your edit page go myForm.set("eatable", new Boolean(true)) -Yves- On Tue, 31 Aug 2004 12:25:18 +0200, Wolfgang Woger <[EMAIL PROTECTED]> wrote: > Hi, > I have acheckbox that needs to be precheck