RE: DynaValidatorForm ArrayList problem

2003-10-23 Thread Mark Thill
List Subject: Re: DynaValidatorForm ArrayList problem Here is a portion of the following link: If need be, you can extend the DynaActionForm to add custom validate and reset methods you might need. Simply specify your subclass in the struts-config instead. However, you cannot mix conventional

DynaValidatorForm ArrayList problem

2003-10-22 Thread Mark Thill
I'm having a problem with checkboxes. I have an ArrayList of objects in which the objects have a getter and setter for this Boolean value which is basically the on or off for the checkbox. The checkbox displays correctly, but I can never uncheck the box. Here is the code I'm trying to use:

Re: DynaValidatorForm ArrayList problem

2003-10-22 Thread Barry Volpe
in the struts-config instead of org.apache.struts.validator.DynaValidatorForm or DynaActionForm if you are not validating Barry - Original Message - From: Mark Thill [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 3:19 PM Subject: DynaValidatorForm ArrayList problem I'm

Re: DynaValidatorForm ArrayList problem

2003-10-22 Thread Barry Volpe
Sorry after reading further It looks like you have defined correctly in your struts-config. - Original Message - From: Barry Volpe [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 3:37 PM Subject: Re: DynaValidatorForm ArrayList problem