Hello,

seems to be a bug of extval, the following is not working:

@Past(message = "...")
@Temporal(TemporalType.DATE)
private java.util.Date date;

Hibernate recognizes it correctly but I don't get a message in the JSF 
frontend. If I change the code to

@Past(message = "...")
@Temporal(TemporalType.DATE)
private java.util.Date dateOfSomething;

it behaves as supposed.

Ciao,
Jakob
-- 
NEU: FreePhone - kostenlos mobil telefonieren!                  
Jetzt informieren: http://www.gmx.net/de/go/freephone

Reply via email to