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?
>
>
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
Hi!
I have html:select with countries list
I want to make sure that the user clicked on a value
Jsp:
--
validation.xm
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
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
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
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
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
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
9 matches
Mail list logo