RE: Need Help Creating a Custom Validator

2008-02-27 Thread Dave Newton
--- "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

RE: Need Help Creating a Custom Validator

2008-02-27 Thread Allen, Daniel
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