RE: Action validation settings with dispatch actions

2004-11-08 Thread Kinjal Sonpal
AIL PROTECTED] > Sent: Monday, November 08, 2004 9:26 PM > To: Struts Users Mailing List > Subject: Action validation settings with dispatch actions > > > In my project I group the CRUD actions for a table into a single > dispatch action class. > > I've found that som

Action validation settings with dispatch actions

2004-11-08 Thread Lee Harrington
In my project I group the CRUD actions for a table into a single dispatch action class. I've found that sometimes I want the form validate to occur, sometimes I don't. To accomodate this, I always have to have two instances of my action mappings, one with validate set to true, the other to false.