DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15540>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15540 You can't control validation from within a form ------- Additional Comments From [EMAIL PROTECTED] 2002-12-19 17:46 ------- It seems like what you are requesting would be just as easily accomplished by using a base form (e.g. BaseWizardForm) where you use the template design pattern and override validate (perhaps make it final) and delegate to an abstract method that sub classes would implement. Or is there a reason why this approach would not accomplish what you are after? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>