Hello All, I am trying to use the TwoField pluggable Validator example from the struts's site. I replaced the deprecated method calls in validateTwoFields(..). For some reason, when I run my application, it doesn't validate the input fields. Instead it directly takes me to the success page after I hit submit. I tried debugging the validateTwoFields(..) and found that it's returning "false" when the input fields did not match. But still the control is forwarding to the success page. Here's my action mapping.
<action path="/pwdAction" name="pwdForm" type="actions.PWDAction" scope="request" validate="true" input="/password.jsp" forward="/success.jsp"> <forward name="success" path="/success.jsp"/> What am I doing wrong? Thanks, Kiran ----------------------------------------- The information contained in this message is intended only for the personal and confidential use of the recipient(s) named above. If the reader of this message is not the intended recipient or an agent responsible for delivering it to the intended recipient, you are hereby notified that you have received this document in error and that any review, dissemination, distribution, or copying of this message is strictly prohibited. If you have received this communication in error, please notify us immediately, and delete the original message. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]