RE: wrong request parameters sent

2008-01-05 Thread ravi_eze
From: > [EMAIL PROTECTED]> To: user@struts.apache.org> Subject: Re: wrong request > parameters sent> > > hi any help?> > > > ravi_eze wrote:> > > > hi,> > > > > i have 3 checkboxes(c1,c2,c3) enclosed in a form (theme: ajax;> > > validate=true

Re: wrong request parameters sent

2008-01-02 Thread ravi_eze
var e = form.elements[i]; >> if (e.name != null && e.name != '') { >> params[e.name] = e.value; >> } >> } >> >> which is always putting the 3rd checkbox in the request parameter even >>

RE: wrong request parameters sent

2008-01-01 Thread Martin Gainty
> Subject: Re: wrong request parameters sent> > > hi any help?> > > > ravi_eze wrote:> > > > hi,> > > > i have 3 checkboxes(c1,c2,c3) enclosed in a form (theme: ajax;> > validate=true). I am trying to get the validation done by ajax and when

Re: wrong request parameters sent

2007-12-31 Thread ravi_eze
ox in the request parameter even > though its not checked. If i remove all ajax related attributes (i.e. > are happening fine. > > any ideas where i am going wrong/ is any body else is also getting the > same behavior? > > -- View this message in context: http://www.nabble.co

Re: wrong request parameters sent

2007-12-31 Thread ravi_eze
} > } > > which is always putting the 3rd checkbox in the request parameter even > though its not checked. If i remove all ajax related attributes (i.e. > are happening fine. > > any ideas where i am going wrong/ is any body else is also getting the > same b

Re: wrong request parameters sent

2007-12-31 Thread ravi_eze
3rd checkbox in the request parameter even > though its not checked. If i remove all ajax related attributes (i.e. > are happening fine. > > any ideas where i am going wrong/ is any body else is also getting the > same behavior? > > -- View this message in context

wrong request parameters sent

2007-12-30 Thread ravi_eze
if (e.name != null && e.name != '') { params[e.name] = e.value; } } which is always putting the 3rd checkbox in the request parameter even though its not checked. If i remove all ajax related attributes (i.e. http://www.nabble.com/wrong-re