Tuesday, June 12, 2012

method signature for the validate method in the ActoinForm Extended child class

public ActionErrors validate(ActionMapping map , HttpServletRequest) {

ActoinErrors errors = new ActionErrors();
----
---
---
return errors
}

No comments:

Post a Comment