Re: validator plugin gives "java.net.UnknownHostException: jakarta.apache.org" whenloading validator-rules.xml

2003-05-28 Thread ashwani . kalra
. "Nicolas De Loof" To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject:

Re: validator plugin gives "java.net.UnknownHostException: jakarta.apache.org" when loading validator-rules.xml

2003-05-28 Thread Nicolas De Loof
This is a known RC1 bug, use a nightly build that ionclud the needed DTD. Nico. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 28, 2003 10:07 AM Subject: validator plugin gives "java.net.UnknownHostException: jakarta.apache.o

validator plugin gives "java.net.UnknownHostException: jakarta.apache.org" whenloading validator-rules.xml

2003-05-28 Thread ashwani . kalra
hi, I get the following error when it my application boots up. Does it really tries to get to the jakarta.apache.org. I think no? Then what might be the problem ? [INFO] ValidatorPlugIn - -Loading validation rules file from 'WEB-INF/validator-rules.xml' [ERROR] ValidatorPlugIn - -jakarta.apac

Re: Struts--- Validator plugin HELP NEEDED!!

2003-01-14 Thread Giri Alwar
rules in validation.xml. - Original Message - From: "Vijay Khanna" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 14, 2003 3:07 AM Subject: Struts--- Validator plugin HELP NEEDED!! > Hello to all struts users. > > I am facing somew

RE: Struts--- Validator plugin HELP NEEDED!!

2003-01-14 Thread VEDRE, RANAPRATAP REDDY
rom: Vijay Khanna To: [EMAIL PROTECTED] Sent: 1/14/2003 4:07 AM Subject: Struts--- Validator plugin HELP NEEDED!! Hello to all struts users. I am facing somewhat unusual problem.The cuurent project is being built on struts 1.1 All the validations were earlier done is ACTIONFORMS.for good application

Struts--- Validator plugin HELP NEEDED!!

2003-01-14 Thread Vijay Khanna
Hello to all struts users. I am facing somewhat unusual problem.The cuurent project is being built on struts 1.1 All the validations were earlier done is ACTIONFORMS.for good application architecture we have decided to go for StrutsValidator/ Validator plugin which will take care of all the

Internet is still required to startup validator plugin

2002-12-04 Thread Dan Tran
Hi, my struts app uses nightly build of struts and common-validator on 12/03. And I am still having the problem with http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14506 My configurations are: 1.4.1 JKD, Tomcat 4.1.12, W2K, no internet connection My validator files (validator-rules.xml, etc)

Re: Validator plugin

2002-10-30 Thread Derek Lin
saw no error messages on Console? -- Derek - Original Message - From: "Shunli Yang" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, October 30, 2002 2:52 PM Subject: Re: Validator plugin > Here is my config in s

Re: Validator plugin

2002-10-30 Thread Shunli Yang
n" <[EMAIL PROTECTED]> > >Reply-To: "Struts Users Mailing List" > <[EMAIL PROTECTED]> > >To: "Struts Users Mailing List" > <[EMAIL PROTECTED]> > >Subject: Re: Validator plugin > >Date: Wed, 30 Oct 2002 14:46

Re: Validator plugin

2002-10-30 Thread David Graham
You shouldn't need to do that because it defaults to true. David From: "Derek Lin" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: Re: Validator plug

Re: Validator plugin

2002-10-30 Thread Derek Lin
Did you set the validate to true like this?: - Original Message - From: "Shunli Yang" <[EMAIL PROTECTED]> To: "struts mailing list" <[EMAIL PROTECTED]> Sent: Wednesday, October 30, 2002 2:21 PM Subject: Validator plugin > > Hi, > > I'm t

Re: Validator plugin

2002-10-30 Thread Shunli Yang
that's not working. Does the normal struts-example app work? David >From: Shunli Yang >Reply-To: "Struts Users Mailing List" >To: Struts Users Mailing List >Subject: Re: Validator plugin >Date: Wed, 30 Oct 2002 14:30:26 -0800 (PST) > > >Yes, I did. I&#x

Re: Validator plugin

2002-10-30 Thread David Graham
truts Users Mailing List <[EMAIL PROTECTED]> Subject: Re: Validator plugin Date: Wed, 30 Oct 2002 14:30:26 -0800 (PST) Yes, I did. I'm using the validator example right now. But no luck to make it work!!! David Graham <[EMAIL PROTECTED]> wrote:Did you configure the plugin in str

Re: Validator plugin

2002-10-30 Thread Shunli Yang
uts Users Mailing List" >To: struts mailing list >Subject: Validator plugin Date: Wed, 30 Oct 2002 14:21:07 -0800 (PST) > > >Hi, > >I'm trying to experience the validator plugin provided by struts package. >Everything looks normal, but my action bypasses the valida

Re: Validator plugin

2002-10-30 Thread David Graham
Did you configure the plugin in struts-config.xml? See the validator example app for details. David From: Shunli Yang <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: struts mailing list <[EMAIL PROTECTED]> Subject: Validator p

Validator plugin

2002-10-30 Thread Shunli Yang
Hi, I'm trying to experience the validator plugin provided by struts package. Everything looks normal, but my action bypasses the validation process and executes successfully. I searched the archive, found that there might be some logging while plugin initialized. I didn't see anyth

Validator plugin

2002-10-30 Thread Shunli Yang
Hi, I'm trying to experience the validator plugin provided by struts package. Everything looks normal, but my action bypasses the validation process and executes successfully. I searched the archive, found that there might be some logging while plugin initialized. I didn't see anyth

Re: validator plugin

2002-08-20 Thread Michael Delamere
> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, August 19, 2002 8:19 PM Subject: RE: validator plugin > Michael, > > I ran into this problem myself and the online review chapters of Chuck > Cavaness' Struts bo

RE: validator plugin

2002-08-19 Thread Van Riper, Mike
ROTECTED]] Sent: Saturday, August 17, 2002 2:01 AM To: Struts Users Mailing List Subject: validator plugin Hi, I´m having problems using the validator plugin. When leaving fields blank, I expect struts to take me back to the registration form. I copied most of the code from an example and read the cha

validator plugin

2002-08-17 Thread Michael Delamere
Hi, I´m having problems using the validator plugin. When leaving fields blank, I expect struts to take me back to the registration form. I copied most of the code from an example and read the chapter concening this topic in the orreilly book. For some reason though it appears that nothing is