Re: pb using validator it does not work !

2006-07-21 Thread Jeremy Jardin
x27;" Sent: Thursday, July 20, 2006 9:14 AM Subject: RE: pb using validator it does not work ! > What class is your sapinscription.form.StartSubscriptionForm extending? > > -Richard > > > -Original Message- > From: Jeremy Jardin [mailto:[EMAIL PROTECTED] > Sent:

RE: pb using validator it does not work !

2006-07-20 Thread Adam Gordon
Let us know at least if you're getting your debug statements. -Adam -Original Message- From: Jeremy Jardin [mailto:[EMAIL PROTECTED] Sent: Thursday, 20 July 2006 13:28 To: Struts Users Mailing List Subject: Re: pb using validator it does not work ! > > A couple of things: &

Re: pb using validator it does not work !

2006-07-20 Thread Jeremy Jardin
A couple of things: 1. Not sure what version of Struts you're using, but at least according to http://struts.apache.org/1.2.9/userGuide/building_view.html#validator, the "property" attribute for the validator should have the value of "pathnames" and not the path of your action. It's ok I had

Re: pb using validator it does not work !

2006-07-20 Thread Jeremy Jardin
: user@struts.apache.org Subject: pb using validator it does not work ! Hi, I'm trying to use validator plugin in my application, and it does not work at all ! First, I've just add in my jsp. I've written a basic validation.xml file like this : Then, I've also a cl

Re: pb using validator it does not work !

2006-07-20 Thread Martin Gainty
message without making a copy. Thank you. - Original Message - From: "Yee, Richard K CTR DMDC" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" Sent: Thursday, July 20, 2006 9:14 AM Subject: RE: pb using validator it do

Re: pb using validator it does not work !

2006-07-20 Thread Wendy Smoak
On 7/20/06, Jeremy Jardin <[EMAIL PROTECTED]> wrote: That looks odd. Try setting the 'pathnames' property instead. -- Wendy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

RE: pb using validator it does not work !

2006-07-20 Thread Adam Gordon
Jeremy- A couple of things: 1. Not sure what version of Struts you're using, but at least according to http://struts.apache.org/1.2.9/userGuide/building_view.html#validator, the "property" attribute for the validator should have the value of "pathnames" and not the path of your action. 2.

Re: pb using validator it does not work !

2006-07-20 Thread Adam Gordon
Jeremy- A couple of things: 1. Not sure what version of Struts you're using, but at least according to http://struts.apache.org/1.2.9/userGuide/building_view.html#validator, the "property" attribute for the validator should have the value of "pathnames" and not the path of your action. 2.

RE: pb using validator it does not work !

2006-07-20 Thread Yee, Richard K CTR DMDC
What class is your sapinscription.form.StartSubscriptionForm extending? -Richard -Original Message- From: Jeremy Jardin [mailto:[EMAIL PROTECTED] Sent: Thursday, July 20, 2006 3:05 AM To: user@struts.apache.org Subject: pb using validator it does not work ! Hi, I'm trying t

pb using validator it does not work !

2006-07-20 Thread Jeremy Jardin
Hi, I'm trying to use validator plugin in my application, and it does not work at all ! First, I've just add in my jsp. I've written a basic validation.xml file like this : Then, I've also a classic validation-rules.xml file, with usefull rules. Thoses files are un my WEB-IN