-
> 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
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
2 matches
Mail list logo