I have that. <plug-in className="org.apache.struts.validator.ValidatorPlugIn"> <set-property property="pathnames" value="/WEB-INF/validator-rules.xml,/WEB-INF/validation.xml"/> </plug-in>
And my action looks like this... <action path="/loginSubmit" type="us.or.state.dhs.fcm.profile.action.LoginSubmitAction" name="loginForm" scope="request" validate="true" input=".login"> <forward name="success" path="/chooseProfileDisplay.do" /> <forward name="failure" path=".login" /> </action> Preston >>> [EMAIL PROTECTED] 11/8/2005 10:08 AM >>> I think you need something in the struts config file telling it to use the validation plugin. Try that line of investigation. Not sure off the top of my head. Shawn D. Garner -----Original Message----- From: Preston CRAWFORD [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 08, 2005 11:39 AM To: user@struts.apache.org Subject: Validation seemingly not getting called any longer We have a simple login form. By the book. For some reason all of a sudden the validation in validation.xml is no longer getting called. We have validate set to true in the action. Everything is still named the same. Any idea why this would have changed or where to start looking? Preston --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] **************************************************************************** This email may contain confidential material. If you were not an intended recipient, Please notify the sender and delete all copies. We may monitor email to and from our network. **************************************************************************** --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]