[jboss-user] [JBoss Seam] - Re: datatable + binding + conversation problem

mail.micke@gmail.com do-not-reply at jboss.com
Tue Feb 12 09:00:46 EST 2008


Eureka

Thanks Georges, didn't think about trying out the other Seam capabilities.

The data model annotation don't work (needs to be a known collection), but @Out-jecting it did.


  |  @Out
  |     private HtmlDataTable bindingDataTable = null;
  | 
  |     @Factory("bindingDataTable")
  |     public void createBindingDataTable(){
  |         bindingDataTable = populateDataTable();
  |     }
  | 


Still, I would prefeer not to outject it unless I have to. 

Is this a bug in Seam, Seam-devs what do you think?

Micke

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4128758



More information about the jboss-user mailing list