Re: Checkbox selection problem

2007-11-20 Thread John Doe
I've found solution. You can avoid this problem if you will add hidden field with the same name as the checkbox. Like this : * * On Nov 20, 2007 11:12 AM, John Doe <[EMAIL PROTECTED]> wrote: > Solution still needed. Forgot to say, I'm using struts 1.2.7 > > > On Nov 19, 2007 11:08 AM, John Do

Re: Checkbox selection problem

2007-11-20 Thread John Doe
Solution still needed. Forgot to say, I'm using struts 1.2.7 On Nov 19, 2007 11:08 AM, John Doe <[EMAIL PROTECTED]> wrote: > Hi, > I have a form declared in my struts config : > > * > > > >* > > and here is my JSP code : > > * > > > ... >

Checkbox selection problem

2007-11-19 Thread John Doe
Hi, I have a form declared in my struts config : * * and here is my JSP code : * ... * and my code in action *log.info("IS processed : " + dynaForm.get(Constants.FormFields.IS_PROCESSED ));* I always have null value first time I submit