In my form bean I have an attribute which is an Arraylist of  objects who in
turn contain many attributes one of which is a string representing 
a checkbox of my screen.

Problem :

        -When I check anyof the check boxes and proceed to the next screens
and comeback again to the screen having the check boxes to uncheck 
          some of the checkboxes which I have checked earlier then it's not
getting updated in the form bean.
         I have taken the default value of the attribute representing the
checkbox as false. And when it gets checked I'm making it to True.

So any solution?


Thanks 
Kishor


--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to