This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: Struts 2 portlet and eXo Servicestoomtooms Apr 30, 2012 11:36 AM (in response to meher211)No need to implements any interface. Just use the following code : {code} ExoContainer container = PortalContainer.getInstance(); OrganizationService organizationService = (OrganizationService)container.getComponentInstance(OrganizationService.class); {code} organizationService is the entry point for the users/groups/roles APIs. 
 
    