I forgot to mention that the client accesses this component as followed:

<h:dataTable value="#{orderMgr.workingOrders}" var="ord" 
rendered="#{orderMgr.workingOrders != null and 
orderMgr.workingOrders.rowCount>0}" >
  | 

This table was not rendered as you could imagine if the '@Factory" method was 
not invoked.

Thanks

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

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

Reply via email to