You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by אלחנן מעיין <El...@Phoenix.co.il> on 2007/09/09 18:04:14 UTC

solving the browser doens't send unchecked values in request

 

hi...

 

we have a homegrown framework in which we just discovered a bug, that when the browser doens't send uncheckd fields on the request, our boolean values on our session scoped object do not get updated.

 

i know about the reset solution of struts, i was wondering if anyone else had other solution to this problem 

 

(i was suggested to generate automatic java script code which creates a hidden field for each checkbox, and updates it when the checkbox is cleared).