Re: Actionform validate method

2006-03-22 Thread Laurie Harper
Raghuveer wrote: Is there a way to restrict the call to validate method. In below example "manageaccount.jsp" will be loaded initially by calling "ManageLoad.do" action mapping. validate=false is set as i dont need and validation when page loads first time. But later when i submit the form ,i

Actionform validate method

2006-03-21 Thread Raghuveer
Is there a way to restrict the call to validate method. In below example "manageaccount.jsp" will be loaded initially by calling "ManageLoad.do" action mapping. validate=false is set as i dont need and validation when page loads first time. But later when i submit the form ,i need to validate f