Sure,

In you home class ("rstReportHome"), override "createInstance" method:


  | @Override
  | protected YourType createInstance() {
  |   YourType o = new YourType();
  |   o.rstMethodology = your_default_value;
  |   return o;
  | }
  | 

Regards,
Yuriy


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4101934#4101934

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4101934
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to