Hi All,
How can I do form validation for date field? I want that the input value for date field should not exceed certain date. Please suggest about it.
 
I want to return map in act() method as
Map siteparams=new HashMap();
siteparams("validate", true);
return siteparams;
 
How can I use variable "validate" in sitemap such that If it is true then redirect to resource1 else redirect to resource2.
How can I deal it like if-else condition like <xsl:if test=""> 
 
Thanks,
Niket

Reply via email to