--- "Allen, Daniel" <[EMAIL PROTECTED]> wrote:
> Basically, all you need to do for custom or complex validation is to
> have the action in question implement Validateable, and then have a
> public void validate() method that makes calls to
> addActionError(String). Also check out the built-in valid
Try this:
http://opensource.atlassian.com/confluence/oss/download/attachments/4942
/validating-input.pdf?version=3
Basically, all you need to do for custom or complex validation is to
have the action in question implement Validateable, and then have a
public void validate() method that makes calls
2 matches
Mail list logo