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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
