[jboss-user] [JBoss Seam] - Re: @Factory usage

2007-05-10 Thread tonylmai
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.rowCount0} | This table was not rendered as you could imagine if the '@Factory method was not

[jboss-user] [JBoss Seam] - Re: @Factory usage

2007-05-10 Thread jazir1979
Hi Tony, The @Factory annotation creates a Seam component in its own right, it's not a property of the orderMgr bean. So I think you should use value=#{workingOrders} in your data table. Hope it helps, Daniel. View the original post :

[jboss-user] [JBoss Seam] - Re: @Factory usage

2007-05-10 Thread jazir1979
Context variable, not component. But y'know what I mean ;) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044859#4044859 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044859 ___

[jboss-user] [JBoss Seam] - Re: @Factory usage

2007-05-10 Thread tonylmai
Got it to work. Thanks Daniel. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4044864#4044864 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4044864 ___ jboss-user mailing list