Re: Problem with Struts Validator on machines without internet access

2006-01-20 Thread Bart Busschots
FYI this problem has now been solved. When I upgraded to the latest struts in my app I had forgotten to replace my old validation-rules.xml with the new one. Once I made that replacement everything started working again. Thanks for your help, Bart. Bart Busschots wrote: Thanks for your rep

Re: Problem with Struts Validator on machines without internet access

2006-01-20 Thread Bart Busschots
Thanks for your reply Niall, The Definition I have at the top of my validation.xml was: Commons Validator Rules Configuration 1.0//EN" "http://jakarta.apache.org/commons/dtds/validator_1_0.dtd";> That looks right to me and looks like it was using the 1.0 DTD which is supposed to be shipped i

Re: Problem with Struts Validator on machines without internet access

2006-01-19 Thread Niall Pemberton
The DTD's are shipped in the Commons Validator jar - when the xml config file(s) are parsed (using Digester) local copies of the DTD (i.e. the ones in the jar) are registered and should be picked up and therefore it shouldn't need to go over the net to get them. This problem usually occurs when the

RE: Problem with struts validator../ Struts 1.2

2004-10-14 Thread Marco Mistroni
marco -Original Message- From: Hollaway, Shedrick CIV (TRFKB C600) [mailto:[EMAIL PROTECTED] Sent: 14 October 2004 15:13 To: 'Struts Users Mailing List' Subject: RE: Problem with struts validator../ Struts 1.2 Marco, is missing. > my validation.xml

RE: Problem with struts validator../ Struts 1.2

2004-10-14 Thread Hollaway, Shedrick CIV (TRFKB C600)
Marco, is missing. > my validation.xml Is as follows.. > > > > > > key="error.field.required"/> > > > > > > >

RE: Problem with struts validator / solved

2004-04-07 Thread Marco Mistroni
37 To: 'Struts Users Mailing List'; 'Skip Hollowell' Subject: RE: Problem with struts validator HI, Yes, also the html:error tag is there. Regards marco -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Skip Hollowell Sent: 07 Ap

RE: Problem with struts validator

2004-04-07 Thread Marco Mistroni
HI, Yes, also the html:error tag is there. Regards marco -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Skip Hollowell Sent: 07 April 2004 17:29 To: [EMAIL PROTECTED] Subject: Re: Problem with struts validator "Saul Q Yuan" <[EM

Re: Problem with struts validator

2004-04-07 Thread Skip Hollowell
"Saul Q Yuan" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > One thing I noticed is you're missing the argument for the required > message, ie. > in your validation.xml file. > > And as per my earlier post with this same problem, do you have the tag in your jsp to actually show th

RE: Problem with struts validator

2004-04-07 Thread Marco Mistroni
Hi, But the arg0 isnt supposed to be present if your message Needs a parameter? Regards marco -Original Message- From: Saul Q Yuan [mailto:[EMAIL PROTECTED] Sent: 07 April 2004 17:04 To: 'Struts Users Mailing List' Subject: RE: Problem with struts validator O

RE: Problem with struts validator

2004-04-07 Thread Saul Q Yuan
some processing afterwards.. Well, It seems > that super.validate results in nothing... > > I have no clue on what is going on.. > > Any hints? > > Regards > marco > > -Original Message- > From: Saul Q Yuan [mailto:[EMAIL PROTECTED] > Sent: 0

RE: Problem with struts validator

2004-04-07 Thread Marco Mistroni
have no clue on what is going on.. Any hints? Regards marco -Original Message- From: Saul Q Yuan [mailto:[EMAIL PROTECTED] Sent: 07 April 2004 16:51 To: 'Struts Users Mailing List' Subject: RE: Problem with struts validator A quick question, have you set validate=&quo

RE: Problem with struts validator

2004-04-07 Thread Saul Q Yuan
A quick question, have you set validate="true" in your action mapping? Saul > -Original Message- > From: Marco Mistroni [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 07, 2004 11:31 AM > To: 'Struts Users Mailing List' > Subject: Problem with struts validator > > > Hi all, >