Re: Validator plugin error

2008-07-15 Thread danipruebas
OMG, this is an EPIC FAIL : ) Yes, i have saved and referenced it in WEB-INF. Best regards, - Original Message - From: "Lukasz Lenart" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, July 15, 2008 7:23 PM Subject: Re: Validator plugin err

Re: Validator plugin error

2008-07-15 Thread Lukasz Lenart
As I remember, there is a bug with this, out dtd to WEB-INF and add reference to it http://www.developerdotstar.com/community/node/472 Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Validator plugin error

2008-07-15 Thread danipruebas
uot; <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, July 15, 2008 3:36 PM Subject: Re: Validator plugin error 15-jul-2008 15:06:33 org.apache.commons.digester.Digester fatalError GRAVE: Parse Fatal Error at line -1 column -1: Premature end of file. org.xml.sax.SAX

Re: Validator plugin error

2008-07-15 Thread Lukasz Lenart
> 15-jul-2008 15:06:33 org.apache.commons.digester.Digester fatalError > GRAVE: Parse Fatal Error at line -1 column -1: Premature end of file. > org.xml.sax.SAXParseException: Premature end of file. You should also change dtd headers for validator-rules.xml and validations.xml to reflect new commo

Re: Validator plugin error

2008-07-15 Thread Dave Newton
--- On Tue, 7/15/08, Dani <[EMAIL PROTECTED]> wrote: > Should I update the depencies of commons-validator 1.3.1. > as shown in this link? Well yes; you can't just update a library and assume that it will work without its dependencies. Dave --

Re: Validator plugin error

2008-07-15 Thread Dani
Lukasz Lenart escribió: Check this http://issues.apache.org/struts/browse/STR-2862?focusedCommentId=37312#action_37312 Maybe either you have duplicated commons-validator.jar or in wrong version? Regards I have updated commons-validator.jar to latest version 1.3.1 replacing the jar file in

Re: Validator plugin error

2008-07-15 Thread Lukasz Lenart
Check this http://issues.apache.org/struts/browse/STR-2862?focusedCommentId=37312#action_37312 Maybe either you have duplicated commons-validator.jar or in wrong version? Regards -- Lukasz http://www.lenart.org.pl/ - To unsub

Re: Validator plugin error

2008-07-15 Thread Dani
Lukasz Lenart escribió: Hi, Try to comment such entry for Validator plugin and check again, do you have any logs from your container? Maybe the problem is elsewhere? Regards The validator-rules.xml & validations.xml are located under the correct path /WEB-INF/, as specified in the struts

Re: Validator plugin error

2008-07-15 Thread Lukasz Lenart
Hi, Try to comment such entry for Validator plugin and check again, do you have any logs from your container? Maybe the problem is elsewhere? Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PROTECT

Validator plugin error

2008-07-14 Thread danipruebas
Hi, I´m trying to use Struts 1.2 Validator plugin. I guess something in struts-config.xml is missing or wrong. If I add the necessary code to use the plugin validator: After redeploying my webapp, I get a 404 error Servlet action not available. Validation and validation-rules are "confi