Hi Iam trying to implement the restrictions on a date by not allowing some invalid days to be entered but I get an IllegalArgumentException at runtime.
I think it is trying to convert a string to array at runtime. Can u plz
let me know how to use this in a right way?
<tr:inputDate id="daysOfWeek" value="#{bean.date}"
label="Select a date, but not a
Monday">
<tr:convertDateTime pattern="yyyy-MM-dd"/>
<tr:validateDateRestriction invalidDaysOfWeek="Mon"/>
</tr:inputDate>
java.lang.IllegalArgumentException: Cannot convert mon of type class
java.lang.String to class [Ljava.lang.String;
at
com.sun.el.lang.ELSupport.coerceToType(ELSupport.java:329)
Thanks
Ramkumar A
Phone:410-332-3341
<<image001.jpg>>
