If you want to use the value parameter, you must enclose the value
with single quotation marks in addition to double quotation marks. ,
if your value is a string
" ' value ' "
The value parameter is assuming you are passing an object. This is
associated with OGNL
What worked for you A
This may be a duplicate. I'm a new user of this list.
I modified the quickstart demo application by adding person.dateOfBirth
and person.age to do some tests with the validators.
I added a an intrange validator on the age and a daterangevalidator
and a regex validator on the date of birth p
checkfielderror.ftl of the simple theme will find field errors
for a textfield and change the background to yellow. It will not do so
for
select tags. The error message for the select tags show up so the
theme knows
about the errors. It would seem that the fielderrors array/list
I modified the quickstart demo application by adding person.dateOfBirth
and person.age to do some tests with the validators.
I added a an intrange validator on the age and a daterangevalidator
and a regex validator on the date of birth plus
additional required validators on the new fields.
4 matches
Mail list logo