Re: Issue with Struts check box

2006-08-10 Thread Hanmay Udgiri
Yes The form is in session.I am resetting the form value in reset but then when the use goes to next page where I have to show the USER entered values,I need to show the selected check box and the corresponsding sections values. But even though the reset method is not called when I unselect the c

RE: Issue with Struts check box

2006-08-10 Thread Vishal Seth
In web application the value of checkbox is submitted only when it is selected otherwise it is not submitted. Your form/form-property would be in session scope hence it is still remembering the old value. -Original Message- From: Hanmay Udgiri [mailto:[EMAIL PROTECTED] Sent: Thursday, Aug

Re: Issue with Struts check box

2006-08-10 Thread kalpesh modi
You need to reset the checkbox value in the ActionForm's reset method. Thanks, -Kalpesh - Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone calls. Great rates starting at 1ยข/min.