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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...