Re: Passing parameters to ftl template with s:param

2008-04-28 Thread Peter Wages
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

quickstart and the date range validator

2008-04-23 Thread Peter Wages
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 does not highlight select tag errors in yellow

2008-04-22 Thread Peter Wages
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

quickstart and the date range validator

2008-04-22 Thread Peter Wages
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.