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).
