I'm running an app in a portal using the struts bridge. It appears to be set-up similar to the JPetstorePortlet description I found at http://www.ja-sig.org/wiki/display/PLT/Struts+Bridge However I can't seem to find a way to get the Jetspeed GroupManager .
I've tried to follow the steps outlined at: http://portals.apache.org/tutorials/jetspeed-2/05/jetspeed-service.html <http://portals.apache.org/tutorials/jetspeed-2/05/jetspeed-service.html > with no luck. Can anyone tell me how I get the GroupManager or some other way to find out what groups a user is a member of? Steven Ashwill p.s I get the user name with a simple: username = request.getUserPrincipal().getName();
