Datafield problem with JPAContainer

Hi Guys,

I am using JPAContainer to persist data on database.

I need to add a datafield to my form. So I did this on my beans

@Temporal(javax.persistence.TemporalType.TIMESTAMP)
private Date date;

Aftert that the datafield shows up on my form. However it doesn’t work. When I click on specific date it doesn’t select the date.
12814.png

Anybody please ?

I really need to get this working and I have no idea how to fix it. I’ve been trying to fix it for one week and nothing…

thank you