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.org when loading

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

2003-05-28 Thread ashwani . kalra
) @cgey.com Subject: Re: validator plugin gives java.net.UnknownHostException: jakarta.apache.org when loading 05/28/2003

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 plugin Date: Wed, 30 Oct 2002 14:21:07

Re: Validator plugin

2002-10-30 Thread Shunli Yang
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 struts-config.xml? See the validator example app for details. David From: Shunli Yang Reply-To: Struts Users Mailing List To:

Re: Validator plugin

2002-10-30 Thread Shunli Yang
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'm using the validator example right now. But no luck to make

Re: Validator plugin

2002-10-30 Thread Derek Lin
Did you set the validate to true like this?: action path=/login type=com.futurecargo.framework.actions.LoginAction name=loginForm scope=request validate=true input=/login/index.jsp - Original Message - From: Shunli

Re: Validator plugin

2002-10-30 Thread Shunli Yang
[EMAIL PROTECTED] Subject: Re: Validator plugin Date: Wed, 30 Oct 2002 14:46:05 -0800 Did you set the validate to true like this?: action path=/login type=com.futurecargo.framework.actions.LoginAction name=loginForm scope=request

Re: Validator plugin

2002-10-30 Thread Derek Lin
? -- 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 struts-config.xml !-- Registration form bean -- form-bean name

Re: validator plugin

2002-08-20 Thread Michael Delamere
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 book provided the answer. According to the chapter on the Struts Validator

RE: validator plugin

2002-08-19 Thread Van Riper, Mike
Michael, I ran into this problem myself and the online review chapters of Chuck Cavaness' Struts book provided the answer. According to the chapter on the Struts Validator, There was some confusion in one of the earlier beta releases for the Validator that used multiple set-property