PortletRequest is what I need - actually all I need is the
portletwindow id. This needs to be in the destination servlet so I
am setting the values in the right thread.
/Chuck
On Mar 1, 2007, at 11:17 PM, David H. DeWolf wrote:
No, there is not. Is the request object you need a servlet request
or portlet request?
Charles Severance wrote:
I need to run a bit of code *right before* the doVIew and
processAction is called. Effectively I need ot set a few things
in Thread Local so Sakai APIs can be used in portlets. All I
need is the Request object.
If there a hook for this?
/Chuck