RE: validatewhen --- what's wrong?

2006-04-28 Thread Chaudhary, Harsh
List' Subject: RE: validatewhen --- what's wrong? I am not sure how to set Apache tomcat server to debug mode. However, there are no exception been thrown out in console during validation execution. Jason -Original Message- From: Chaudhary, Harsh [mailto:[EMAIL PROTECTED]

RE: validatewhen --- what's wrong?

2006-04-28 Thread Zheng Wen Zhe
: RE: validatewhen --- what's wrong? That looks good. Do you see any exception stack related to validation when you submit the form? Harsh. -Original Message- From: Zheng Wen Zhe [mailto:[EMAIL PROTECTED] Sent: Friday, April 28, 2006 11:07 AM To: 'Struts Users Mailing List&#x

RE: validatewhen --- what's wrong?

2006-04-28 Thread Chaudhary, Harsh
That looks good. Do you see any exception stack related to validation when you submit the form? Harsh. -Original Message- From: Zheng Wen Zhe [mailto:[EMAIL PROTECTED] Sent: Friday, April 28, 2006 11:07 AM To: 'Struts Users Mailing List' Subject: RE: validatewhen --- wh

RE: validatewhen --- what's wrong?

2006-04-28 Thread Zheng Wen Zhe
This is the validwhen entry in validator-rules.xml * *** -Original Message- From: Chaudhary, Harsh [mailto:[EMAIL PROTECTED] Sent: 28 April 2006 17:09 To: Struts Users Mailing List Subject: RE: validatewhen --- what's wrong? Do yo

RE: validatewhen --- what's wrong?

2006-04-28 Thread Chaudhary, Harsh
Do you see some stack when validation runs for the password field? Also, do you see this entry in your validator-rules.xml file: mailto:[EMAIL PROTECTED] Sent: Friday, April 28, 2006 10:18 AM To: 'Struts Users Mailing List' Subject: RE: validatewhen --- what's wrong?

RE: validatewhen --- what's wrong?

2006-04-28 Thread Zheng Wen Zhe
l 2006 16:04 To: Struts Users Mailing List Subject: RE: validatewhen --- what's wrong? Are you sure that validation is being called? For example, what happens when you submit the form with nothin in the login field (which is required)? Harsh. -Original Message- From: Zheng Wen Zhe [mai

RE: validatewhen --- what's wrong?

2006-04-28 Thread Zheng Wen Zhe
Mailing List Subject: RE: validatewhen --- what's wrong? Are you sure that validation is being called? For example, what happens when you submit the form with nothin in the login field (which is required)? Harsh. -Original Message- From: Zheng Wen Zhe [mailto:[EMAIL PROTECTED] Sent: F

RE: validatewhen --- what's wrong?

2006-04-28 Thread Chaudhary, Harsh
List' Subject: RE: validatewhen --- what's wrong? Well, basically, I wanna the condition to be true only when user gives key word 'password' to the password field. And I tried this (*this* == 'password') The validwhen still always is true no matter what is given.

RE: validatewhen --- what's wrong?

2006-04-28 Thread Zheng Wen Zhe
lto:[EMAIL PROTECTED] Sent: 27 April 2006 18:34 To: Struts Users Mailing List Subject: Re: validatewhen --- what's wrong? Hi To tell you the truth i do not understand what you wanna do... Anyway your validwhen condition is always true! Note that you are comparing *this* - for property password, w

Re: validatewhen --- what's wrong?

2006-04-27 Thread Jakub Milkiewicz
6 12:34 PM > To: Struts Users Mailing List > Subject: Re: validatewhen --- what's wrong? > > > Hi > To tell you the truth i do not understand what you wanna do... > Anyway your validwhen condition is always true! > Note that you are comparing *this* - for property pas

RE: validatewhen --- what's wrong?

2006-04-27 Thread Chaudhary, Harsh
Try it like this. (*this* == 'password') -Original Message- From: Jakub Milkiewicz [mailto:[EMAIL PROTECTED] Sent: Thursday, April 27, 2006 12:34 PM To: Struts Users Mailing List Subject: Re: validatewhen --- what's wrong? Hi To tell you the truth i do not understand wh

Re: validatewhen --- what's wrong?

2006-04-27 Thread Jakub Milkiewicz
Hi To tell you the truth i do not understand what you wanna do... Anyway your validwhen condition is always true! Note that you are comparing *this* - for property password, with property password. It means something like 1==1. 2006/4/26, Zheng Wen Zhe <[EMAIL PROTECTED]>: > > Hey all, > > I wa

validatewhen --- what's wrong?

2006-04-26 Thread Zheng Wen Zhe
Hey all, I wanna it say yes when a user type 'password' into this password field. But, it doesn't work that way. Validation always passes no matter what the user has given into the password field. Pls, someone tell what wrong with it!!! Validation.xml http://jakarta.apa