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-23 Thread Mark Thill
if this is a hint but you do need to put your subclass 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

Map-backed ActionForms, validating using validWhen

2004-03-23 Thread Mark Thill
I have a form that I'm using map-backed properties with. There is nothing all that unusual about it, but I'm trying to do validation using the validWhen built-in validation. I can't seem to figure out if I can access a map-backed property in the conditional statement for the validWhen