Hi ADF Experts,
JDev version 11.1.1.7.0
I am using a POJO based datacontrol, which is dragged as a table in JSFF page. One of the field has a data type as java.sql.Date in POJO.
So for example in the table 4 values are there for that date field like
2.2.2014
3.2.2014
31.1.2014
31.12.2013
So while sorting in ascending it should come like below
31.12.2013
31.1.2014
2.2.2014
3.2.2014
And descending viceversa,.
But if I click sorting it sorts by first 2 digits only and I get below results during sorting(ascending)
2.2.2014
3.2.2014
31.1.2014
31.12.2013
Please suggest on this. Thanks in advance.
Thanks,
Animesh