All,
I have these methods in a Action: public action Person extends ActionSupport implemens Preparable {
   public String input {...}
   public void prepareInput{..}
   public void validateSave(){
      addFieldError("person.name","Error");
   }
public void save(){...}; public void prepare(){};
}
Before the method input the method prepareInput is called by the Interceptor, but the if I put an error in method validateSalve (that is called by the interceptor too before the method save), the input result will be called, but without call the method prepareInput... Is that correct?

Have a Nice Day,

Regards,
*/André Faria/*
//

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to