[jboss-user] [JBoss Seam] - Re: Usage of pooledTaskInstanceList
petemuir
do-not-reply at jboss.com
Sat Jun 9 08:53:32 EDT 2007
Try
@In(required=false)
| private List pooledTaskInstanceList;
It would be neater to create a new Seam component based on pooledTaskInstanceList which does the filtering for you rather than injecting and outjecting as you describe.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052796#4052796
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052796
More information about the jboss-user
mailing list