Re: Struts-Validator problem: NoClassDefFoundError

2001-11-01 Thread David Winterfeldt
The ActionMessage class is in the more recent nightly builds of Struts. Are you using html:messages? This uses that class. I'm not what else would be looking for this in a JSP page though. The validator tags shouldn't be making a reference to this class. To check if the ValidatorResources a

Re: Struts-Validator problem: NoClassDefFoundError

2001-11-01 Thread Sandeep Takhar
search the archives for more postings, but I have heard different approaches when I posted the same problem. 1. Check to see that you are using the latest Struts nightly build. 2. If not using hte latest nightly build, this may work if you use Tomcat 4.0 3. Remove Jaxp, crimson and parser.jar f

Struts-Validator problem: NoClassDefFoundError

2001-11-01 Thread Parvaze Suleman
Hi I am trying to use Validator in my application and can not get it to work. I have a single test form that I would like to use the Validator for client-side and server-side validation. If I add the following <%@ taglib uri="/WEB-INF/struts-validator.tld" prefix="validator" %> reference to the