[jboss-user] [JBoss Seam] - Re: How to insert a timestamp to a Not Nullable column from
fhh
do-not-reply at jboss.com
Thu Apr 5 18:31:57 EDT 2007
The setter is never called if you don't set the value on the jsf page.
To achieve what you want either use a default on the column value by changing the created database schema or use the @Prepersist annotation.
Regards
Felix
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4035183#4035183
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4035183
More information about the jboss-user
mailing list