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
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
>>
> 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
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
}
> }
>
> 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
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
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
7 matches
Mail list logo