Re: validwhen question

2009-07-13 Thread Paul Benedict
I believe the correct syntax is: test (*this* != null) But why are you doing this? Such a simple validation can be accomplished with the "required" validator. Paul On Mon, Jul 13, 2009 at 11:20 AM, Lukasz Lenart wrote: > 2009/7/13 Odelya YomTov : >> But I don't see that it works! Why? > >

Re: validwhen question

2009-07-13 Thread Lukasz Lenart
2009/7/13 Odelya YomTov : > But I don't see that it works! Why? Did you try like this? data.category != \'empty\' Regards -- Lukasz http://www.lenart.org.pl/ http://dailylog.lenart.org.pl/ - To unsubscribe, e-mail: user-unsub

Re: validwhen question, I'm getting crazy :'((

2005-06-21 Thread Kumar deepak
Hi, There is a nice tutorial at http://www.roseindia.net/struts/address_struts_validator.shtml This will help you Regards Andrey Grishin <[EMAIL PROTECTED]> wrote: Good morning/day/evening, All! I use Struts 1.2.6. 1. I took struts-blank.war application, deploy it under the Tomcat 4.1.29 2

Re: validwhen question, help needed

2005-06-17 Thread Xinsheng \[mike\] Huang
do you put the tag inside tag? Alsp double check the form name and the field name. Andrey Grishin <[EMAIL PROTECTED]> wrote:Good morning/day/evening, All! I use Struts 1.2.6 and Tomcat 4.1.29 I have a working email validator for my form: I want to use validwhen validator, so I changed the