RE: Exception when app goes to form which extends ValidatorForm

2004-12-07 Thread Donie Kelly
Hi Niall I upgrade my tomcat to 4.1.31 and now it works as you'd expect. Ps: I had reveresed the tags that you mention in the last mail to invoke struts into an exception to double check if I was seeing errors. Sorry I forgot to re-order it before I sent it to you last time. I was adding to

RE: Exception when app goes to form which extends ValidatorForm

2004-12-07 Thread Donie Kelly
cat 4.1.18 Thansk for the help Donie -Original Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: 07 December 2004 15:42 To: Struts Users Mailing List Subject: Re: Exception when app goes to form which extends ValidatorForm OK I shoved your struts-config into my webapp. Firslt

Re: Exception when app goes to form which extends ValidatorForm

2004-12-07 Thread Niall Pemberton
s some kind of config issue with it? Thats all I can think of Niall - Original Message - From: "Donie Kelly" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, December 07, 2004 2:44 PM Subject: RE: Exception when ap

RE: Exception when app goes to form which extends ValidatorForm

2004-12-07 Thread Donie Kelly
xml Thanks for all the help Donie -Original Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: 07 December 2004 14:00 To: Struts Users Mailing List Subject: Re: Exception when app goes to form which extends ValidatorForm >From your log, its not picking up any

Re: Exception when app goes to form which extends ValidatorForm

2004-12-07 Thread Niall Pemberton
right somewhere in this struts-config Niall - Original Message - From: "Donie Kelly" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, December 07, 2004 1:02 PM Subject: RE: Exception when app goes to form which extends Valid

RE: Exception when app goes to form which extends ValidatorForm

2004-12-07 Thread Donie Kelly
PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, December 07, 2004 12:44 PM Subject: Re: Exception when app goes to form which extends ValidatorForm > The error is basically saying that it can't find any configured validation > resources.

Re: Exception when app goes to form which extends ValidatorForm

2004-12-07 Thread Niall Pemberton
quot;Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, December 07, 2004 12:44 PM Subject: Re: Exception when app goes to form which extends ValidatorForm > The error is basically saying that it can't find any configured validation > resources. Its a problem in you

Re: Exception when app goes to form which extends ValidatorForm

2004-12-07 Thread Niall Pemberton
errors in the logs that I can > see... > > Thansk > Donie > > > -Original Message- > From: Niall Pemberton [mailto:[EMAIL PROTECTED] > Sent: 07 December 2004 11:06 > To: Struts Users Mailing List > Subject: Re: Exception when app goes to form which extends Val

RE: Exception when app goes to form which extends ValidatorForm

2004-12-07 Thread Donie Kelly
AIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, December 07, 2004 10:50 AM Subject: RE: Exception when app goes to form which extends ValidatorForm > Hi David, thatnks for that. I'm only starting to set u

RE: Exception when app goes to form which extends ValidatorForm

2004-12-07 Thread Donie Kelly
And the commons-validator.jar is 1.1.3 Donie -Original Message- From: Donie Kelly [mailto:[EMAIL PROTECTED] Sent: 07 December 2004 10:51 To: Struts Users Mailing List Subject: RE: Exception when app goes to form which extends ValidatorForm Hi David, thatnks for that. I'm only sta

Re: Exception when app goes to form which extends ValidatorForm

2004-12-07 Thread Niall Pemberton
o: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Tuesday, December 07, 2004 10:50 AM Subject: RE: Exception when app goes to form which extends ValidatorForm > Hi David, thatnks for that. I'm only starting to set u

RE: Exception when app goes to form which extends ValidatorForm

2004-12-07 Thread Donie Kelly
t: RE: Exception when app goes to form which extends ValidatorForm Donie, What version of the Commons Validator (or Struts) do you have? I've looked at the raw code of the Validator for a few versions and that line 188 seems to be related to problems with your validation.xml form. I can&#x

RE: Exception when app goes to form which extends ValidatorForm

2004-12-06 Thread David G. Friedman
fields. I recommend you post some of your validation.xml file for feedback. Regards, David -Original Message- From: Donie Kelly [mailto:[EMAIL PROTECTED] Sent: Monday, December 06, 2004 9:49 AM To: Struts Users Mailing List Subject: RE: Exception when app goes to form which extends ValidatorFor

RE: Exception when app goes to form which extends ValidatorForm

2004-12-06 Thread Donie Kelly
bject: Re: Exception when app goes to form which extends ValidatorForm Do you have your resource file specified in your struts-config? On Fri, 3 Dec 2004 16:42:09 -, Donie Kelly <[EMAIL PROTECTED]> wrote: > Hi all > > I'm getting this error when accessign a form which extend

Re: Exception when app goes to form which extends ValidatorForm

2004-12-03 Thread Hubert Rabago
Do you have your resource file specified in your struts-config? On Fri, 3 Dec 2004 16:42:09 -, Donie Kelly <[EMAIL PROTECTED]> wrote: > Hi all > > I'm getting this error when accessign a form which extends ValidatorForm and > I'm having trouble figuring out what;s wrong. Anybody know why thi

Exception when app goes to form which extends ValidatorForm

2004-12-03 Thread Donie Kelly
Hi all I'm getting this error when accessign a form which extends ValidatorForm and I'm having trouble figuring out what;s wrong. Anybody know why this might happen. I'm following the tutorial at http://www.oracle.com/technology/oramag/oracle/04-jan/o14dev_struts.html