Re: Another Question For Pluto 1.1...

2007-03-01 Thread David H. DeWolf
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 cla

Re: Another Question For Pluto 1.1...

2007-03-01 Thread Charles Severance
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 re

Re: Another Question For Pluto 1.1...

2007-03-01 Thread David H. DeWolf
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. A

Another Question For Pluto 1.1...

2007-03-01 Thread Charles Severance
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