Hello experts, please help me. I have a java.util.Date type column in ADF table. The column is employeeJoinDate.
In the filter column, I have mapped it to #{vs.filterCriteria.employeeJoinDate} under <f:facet> tag. But when I try to enter value in the format mm/dd/yyyy and press enter, I get error saying vc_temp_1 not found in .... I have mentioned <af:convertDateTime pattern="MM/dd/yyyy"/> for the input text under <f:facet name="filter">. But no luck.
I thought date type filter column should not give any issue in ADF filter feature. But apparently it is throwing severe exception saying "TimeStamp must be yyyy-mm-dd hh:mm:ss[.fffffffffff] Definition vc_temp_1 of type Variable not found in ...." and it never lets me to go anywhere from this error popup.
Greatly appreciate your help.