Re: [S2] Prepable and Validate

2007-01-17 Thread cilquirm
- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/-S2--Prepable-and-Validate-tf3027946.html#a8418853 Sent from the

[S2] Prepable and Validate

2007-01-17 Thread André Faria
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(){...}; publi