RE: Validation in Struts DisptachAction

2006-08-24 Thread Sherwood, Reg
ormal validation checks on the form. Hope this helps. Reg From: Vaneet Sharma [mailto:[EMAIL PROTECTED] Sent: Thu 24/08/2006 8:08 AM To: struts-user@jakarta.apache.org Subject: Validation in Struts DisptachAction Hii I am using Struts DispatchAction and

RE: Validation in Struts DisptachAction

2006-08-24 Thread Saeed, Rada
om: Vaneet Sharma [mailto:[EMAIL PROTECTED] Sent: Thursday, August 24, 2006 2:09 PM To: struts-user@jakarta.apache.org Subject: Validation in Struts DisptachAction Hii I am using Struts DispatchAction and i am facing a peculiar problem while validating . Now i want to validate ,my action fo

Validation in Struts DisptachAction

2006-08-24 Thread Vaneet Sharma
Hii I am using Struts DispatchAction and i am facing a peculiar problem while validating . Now i want to validate ,my action form only in insert or update mode. For read mode i want to prevent validation. To achive this is am writing validation="false" in the action mapping , and i am manually