Re: "Resources not defined for Validator"

2004-09-17 Thread Andrew Close
Dave, On Fri, 17 Sep 2004 10:20:53 -0500, Dave Bender <[EMAIL PROTECTED]> wrote: > I'm concluding that if I have multiple modules, I need the Plug-Ins plugged into > each module, correct? The benefit being I can keep validation rules contained in > different files for different modules if I

RE: "Resources not defined for Validator"

2004-09-17 Thread Dave Bender
: Struts Users Mailing List Subject: RE: "Resources not defined for Validator" Yes, I have: ... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, September 17, 2004 9:37 AM To: Struts Users Mailing List Subject: Re: "Resources not

Re: "Resources not defined for Validator"

2004-09-17 Thread Andrew Close
Dave, On Fri, 17 Sep 2004 09:26:18 -0500, Dave Bender <[EMAIL PROTECTED]> wrote: > When I call up my action, I'm getting a "Resources not defined for Validator" > exception. My logs say: > > 87406 DEBUG [HttpProcessor[8080][2]] org.apache.struts.action.Requ

RE: "Resources not defined for Validator"

2004-09-17 Thread Dave Bender
Yes, I have: ... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, September 17, 2004 9:37 AM To: Struts Users Mailing List Subject: Re: "Resources not defined for Validator" Do you have the plug-in set in the struts-

Re: "Resources not defined for Validator"

2004-09-17 Thread bmf5
;s my first crack at it, so forgive if I'm missing something obvious. Better yet, if I am missing something obvious, tell me what it is. When I call up my action, I'm getting a "Resources not defined for Validator" exception. My logs say: 87406 DEBUG [HttpProcessor[8080][2]] org.ap

"Resources not defined for Validator"

2004-09-17 Thread Dave Bender
I'm having a challenge getting the Validator plug-in to work. It's my first crack at it, so forgive if I'm missing something obvious. Better yet, if I am missing something obvious, tell me what it is. When I call up my action, I'm getting a "Resources not defined

RE: Resources not defined for Validator

2004-09-10 Thread Shawn Sandy
ok obvious? > > Thanks in advance. > > -Original Message- > From: news [mailto:[EMAIL PROTECTED] Behalf Of Bill Siggelkow > Sent: Friday, September 10, 2004 11:05 AM > To: [EMAIL PROTECTED] > Subject: Re: Resources not defined for Validator > > Sounds like you

RE: Resources not defined for Validator

2004-09-10 Thread Shawn Sandy
: Resources not defined for Validator Yes, you are subclassing DynaValidatorActionForm which picks the validations based on the action path and not the form name. Therefore, if you want to validate based on the form then you should use (or subclass) DynaValidatorForm instead. If you want to

Re: Resources not defined for Validator

2004-09-10 Thread Terry Roe
riginal Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Bill Siggelkow Sent: Friday, September 10, 2004 11:05 AM To: [EMAIL PROTECTED] Subject: Re: Resources not defined for Validator Sounds like you haven't declared the Validator PlugIn in your struts-config. Shawn Sandy wrote: I&#x

Re: Resources not defined for Validator

2004-09-10 Thread Bill Siggelkow
datorActionForm ... Does anything look obvious? Thanks in advance. -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Bill Siggelkow Sent: Friday, September 10, 2004 11:05 AM To: [EMAIL PROTECTED] Subject: Re: Resources not defined for Validator Sounds like you haven't de

RE: Resources not defined for Validator

2004-09-10 Thread Shawn Sandy
EMAIL PROTECTED] Behalf Of Bill Siggelkow Sent: Friday, September 10, 2004 11:05 AM To: [EMAIL PROTECTED] Subject: Re: Resources not defined for Validator Sounds like you haven't declared the Validator PlugIn in your struts-config. Shawn Sandy wrote: > I'm sure I'm overlooking somethi

Re: Resources not defined for Validator

2004-09-10 Thread Bill Siggelkow
Sounds like you haven't declared the Validator PlugIn in your struts-config. Shawn Sandy wrote: I'm sure I'm overlooking something simple here, but can anyone point me in the right direction for resolution of this error: Resources not defined for Validator

Resources not defined for Validator

2004-09-10 Thread Shawn Sandy
I'm sure I'm overlooking something simple here, but can anyone point me in the right direction for resolution of this error: Resources not defined for Validator Thanks Shawn