RE: checkbox and DynaActions

2004-04-22 Thread Takhar, Sandeep
option. sandeep -Original Message- From: Arnold, Patrick [mailto:[EMAIL PROTECTED] Sent: Thursday, April 22, 2004 6:23 AM To: [EMAIL PROTECTED] Subject: checkbox and DynaActions hi out there! I've written a jsp with a form and some checkboxes within. So, there is the problem

checkbox and DynaActions

2004-04-22 Thread Arnold, Patrick
hi out there! I've written a jsp with a form and some checkboxes within. So, there is the problem with unchecked boxes, they will not sent. The solution to this problem should be to overwrite the reset() method and set the value to FALSE. But, how to do that with an DynaAction Can anybod