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

validwhen question

2009-07-13 Thread Odelya YomTov
Hi! I have html:select with countries list I want to make sure that the user clicked on a value Jsp: -- validation.xm

validwhen question

2005-08-08 Thread Mark Womack
I have a form that has a checkbox that controls a group of radio buttons. One of the radio buttons has a text field associated with it. I only want the text field to be validated if both the checkbox and the radio button are turned "on", and when validated, validated as an integer. I am using Val

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

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

2005-06-21 Thread Andrey Grishin
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. Created login.jsp <%@ taglib uri="/tags/struts-logic" prefix="logic" %> <%@ taglib uri="/tags/struts-bean" prefix="bean" %> <%@ taglib uri="/tags/str

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

validwhen question, help needed

2005-06-17 Thread Andrey Grishin
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 validation to: test CONDITION

validwhen question

2005-06-15 Thread Andrey Grishin
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 validation to: test CONDITION HERE