RE: Struts-Validator ActionForm error

2002-01-10 Thread Patrick Liardet
-Original Message- From: David Winterfeldt [SMTP:[EMAIL PROTECTED]] Sent: 10 January 2002 08:03 To: Struts Users Mailing List Subject: RE: Struts-Validator ActionForm error The Validator jar is in the WEB-INF/lib with the Struts jar? And neither is in the classpath? David

RE: Struts-Validator ActionForm error

2002-01-09 Thread Patrick Liardet
be the correct version. Thanks Patrick -Original Message- From: Michelle Popovits [SMTP:[EMAIL PROTECTED]] Sent: 08 January 2002 20:47 To: 'Struts Users Mailing List' Subject: RE: Struts-Validator ActionForm error remove struts-jar from classpath and add to web-inf/lib directory

Struts-Validator ActionForm error

2002-01-08 Thread Patrick Liardet
Hi All I'm using the com.wintecinc.struts validator library. When I subclass my formbean from an ActionForm, it runs Ok, but doesn't validate. When I subclass my formbean from a com.wintecinc.struts.action.ValidatorForm as suggested, I receive the following runtime error:

RE: Struts-Validator ActionForm error

2002-01-08 Thread Michelle Popovits
: Struts-Validator ActionForm error Hi All I'm using the com.wintecinc.struts validator library. When I subclass my formbean from an ActionForm, it runs Ok, but doesn't validate. When I subclass my formbean from a com.wintecinc.struts.action.ValidatorForm as suggested, I receive the following