WebSphere Portal Server - Re: Using jsf to get SSO Ltpa-token exception - The internal

This is Interesting: Free IT Magazines  
Home > Archive > WebSphere Portal Server > January 2007 > Re: Using jsf to get SSO Ltpa-token exception - The internal





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Re: Using jsf to get SSO Ltpa-token exception - The internal
yurykats

2007-01-22, 1:17 pm

I assume the project was created with RAD7 and uses jsf-portletbridge.jar? If so, then the problem is due to the fact the jsf-portlet bridge wraps with request object and thus it stops being "internal portlet request" that one of the methods you are using
apparently requires. To get to the orifinal request object you can use:
[code]
PortletRequest request = (PortletRequest) FacesContext.getCurrentInstance().getExternalContext().getRequest();
PorletRequest internalRequest = request.getPortletRequest();
[/code]

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com