The destination servlet? Meaning the portlet invoker servlet? Or do
you mean a servlet which is included by the portlet?
We could implement the PortletWindow as an attribute of the included
request.
Also, we don't recommend using it, but you could take a look at the
ContainerInvocation class.
If those don't fit your bill, I could envision an listener interface and
corresponding event model which you could register with and receive
notifications of certain lifecycle events.
David
Charles Severance wrote:
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