Hi All,
I get the below error in the date field when I enter the date as" 18/07/20177". The field is based on entity based view object and its data type is given as oracle.jbo.domain.Date yet I get the below error.Kindly help me. My jspx coding is as below.
<af:column headerText="#{bindings.Vo.hints.DOB.label}"
id="c10" width="135px">
\<af:inputDate value="#{row.bindings.DOB.inputValue}"
id="dateId">
\<f:validator binding="#{row.bindings.DOB.validator}"/>
\<af:convertDateTime pattern="#{bindings.Vo.hints.DOB.format}"/>
\</af:inputDate>
</af:column>
Error thrown :

Thank you.