[jboss-user] [JBoss Seam] - Re: Using @Factory annotation

gsawant do-not-reply at jboss.com
Wed Jan 17 18:13:36 EST 2007


Solved the error.  I need to declare initializeGroups() in the local interface of the action bean in order for UI(jsf) to call it externally.

Also need to declare (required=false) in 
@Out(scope = ScopeType.SESSION)
private List eligibleGroups;  

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

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



More information about the jboss-user mailing list