[jboss-user] [JBoss Seam] - Re: default value for <h:selectOneRadio with s:selectItems

yuriy_zubarev do-not-reply at jboss.com
Mon Nov 5 14:48:01 EST 2007


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



More information about the jboss-user mailing list