Since nobody else has answered I'll take a shot. To get this to work, you would need to get the source code of the struts version you are using (1.1 final) and the source code for the org.apache.struts.validator.validwhen.ValidWhen class (as well as anything it depends on). You would have to merge the validwhen class/dependencies into the struts source and recompile it, and use this newly compiled struts.jar
Upgrading to a nighly build that includes validwhen may be a better option for you. Matt ----- Original Message ----- From: "Josh Cronemeyer" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, May 13, 2004 4:10 PM Subject: (repost) validwhen validation > I seem to have deleted the original messages to this thread, but it is > probably best that I just ask the question again anyway. > > I am rather new to struts and I am trying to use the validwhen > dependency for validation. After finding out that validwhen feature > wasn't included in struts 1.1 final release I went and downloaded the > struts validation-rules.xml file from CVS and replaced my old > validation-rules.xml, but now I am getting class not found exceptions > "org.apache.struts.validator.validwhen.ValidWhen" > > is there something else I need to download? (perhaps this validwhen > class that it cannot find) > > anyone else who has gotten this feature to work I would really > appreciate some guideance. > > Thank you in advance > > > --------------------------------------------------------------------- > 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]