When I go to a page for the 1st time, the validation takes affect. Obviously I 
don't want that, I only want to validate upon submitting.  How do I get around 
this? 
   
  My form extends ValidatorActionForm
   
  My Action Mapping in Struts-Config:
   
  <action path="/request/callingcard/callingCardDeactivate"
   type="com.its.action.request.callingcard.SubmitCallingCardDeactivateAction"
   name="callingCardDeactivateForm" 
   scope="request" 
   validate="true" 
   input="callingCardDeactivate">
   <forward name="requestEntryPage" path="callingCardDeactivate" />
   <forward name="draftCallingCard" path="requestDeactivateCallingCardDraft" /> 
  </action> 

                
---------------------------------
How low will we go? Check out Yahoo! Messenger’s low  PC-to-Phone call rates.

Reply via email to