HOW TO SET DateFormatPattern for AJAX popup Calendar
HI GUYS,
Anyone know how to change DateFormatPattern for AJAX popup Calendar
I am trying to embed it in the table and i change the DateFormatPattern to "dd/MM/yyyy"
but when i load the page i get an exception
Exception Details: org.apache.jasper.JasperException
/Page1.jsp(47,200) Attribute dateFormatPattern invalid for tag popupCalendar according to TLD
Secondly for the value property i bind to my "Page1.date" which actually return a new java.util.Date but i doesnt show up in fact it just show as mm/dd/yyyyy
Is it mandatory to use Conveter for AJAX popup Calendar ?
Thanks

