Are you trying to use these in a webapp? Many Struts validations are simple wrappers around Commons Validator classes/methods. It may be easier and lighter weight to just implement your own pluggable validation methods similar to Struts.
David --- [EMAIL PROTECTED] wrote: > Hi > > I'm trying to use the Struts validator classes outside of Struts. I > asked > this question earlier, but by now I've read and applied the chapter > "Using > the Validator Outside of Struts" in "Programming Jakarta Struts" and > tried > the code there. > > Has anybody else tried this and succeeded? > I get a NullPointerException at > org.apache.struts.validator.Resources.getMessageResources(Resources.java:150 > ), so I suspect the Struts validator can't find my > ApplicationResources.properties. I don't know too much about the place > of > the ApplicationResources; I placed them into the root of my classes > tree, > but that didn't work. > > Any help is greatly appreciated. > > Best regards, > Eric > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > __________________________________ Do you Yahoo!? Yahoo! Finance Tax Center - File online. File on time. http://taxes.yahoo.com/filing.html --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
