Hi!

I am runnig a Seam application inside a portlet (using the 
MyFacesGenericPortlet). I now need to access some of the user attributes stored 
within the portal.
Usually I would do something like


  | Map userInfo = (Map) request.getAttribute(PortletRequest.USER_INFO);
  | 

but it seems I have no way to access the request from within Seam.
Am I just missing something here or is there no way to access user attributes 
short of using the UserModule?

Thanks in advance,

Phil

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964071
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to