Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Definiton vc_temp_1 not found error for date column filter

ADFfanDec 5 2013 — edited Dec 6 2013

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.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 3 2014
Added on Dec 5 2013
3 comments
878 views