Re: Conditional validation for mask, date, integer etc

2005-10-19 Thread Stewart Cambridge
On my current project I've written a validation method that dynamically invokes other validation rules depending on the String returned by bean.getDepends() It's used with indexed properties where the fields for the form to fill in are configurable and come from a database. Is that what you're

Re: Custom Struts code or 1.2.8?

2005-10-14 Thread Stewart Cambridge
I customised the validator just yesterday because it stops at the first error when using List-backed forms and indexedListProperty and I wanted it to run all validations down the page. I tried to extend the relevent class, but found too many methods were private or package access, rather than