Hi,
I have created two ADF applications, both the applications contains af:inputDate component and deployed in Integrated web logic server and both the applications is working as i expected. Where as i have deployed both the applications to Oracle JCS Cloud server, there i tried to click on the date picker for selecting the date, no popup is coming for selection and no partial triggers are working in one application. I have seen the Oracle JCS cloud server log, there i found the following error.
Message: The converter supplied for inputDate with ID: pt1:r1:3:pc1:t3:30:id1 is not an instance of javax.DateTimeConverter: org.apache.myfaces.trinidadinternal.convert.DateTimeConverter@3f882495
Supplemental Detail: This input field will only support showing dates. To get time and/or timezone support, subclass the converter from javax.DateTimeConverter.DateTimeConverter or obtain the converter using Application.createConverter (preferred).
I am unable to understand why this error is coming in only one application in JCS cloud where as both the applications are working in Integrated web logic server. Please help me to find out issue.
Thanks & Regards,
Srinadh