You can do something like this:
|
| public void setDateDebut(java.util.Date value)
| {
| this.dateDebut = new java.util.Date(value.getTime());
| }
| View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105727#4105727 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4105727 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
