This is my validation field of date type and current
is an hidden variable having get & setter in action class:
<param name="min">01/01/1920</param>
<param name="max">${new java.util.Date(current}</param>
<message>Your Birth date must be less than ${min} and ${max} date!</message>
Please help the above code is working for min but the max value is blank..
Action:
Validator:
Also take a look at the documentation, it's all explained there.