aspose file tools
The moose likes Portals and Portlets and the fly likes Setting objects on request from process action Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Portals and Portlets
Reply Bookmark "Setting objects on request from process action" Watch "Setting objects on request from process action" New topic
Author

Setting objects on request from process action

Andrew Mcmurray
Ranch Hand

Joined: Sep 24, 2005
Posts: 188
Hi all

I need to set an object on the request from the processAction method. When I try to do respose.setRenderRequest("key", Object) it complains that it wants two strings. Right now I am getting around this by saving my object as a to a class member and then user this class member in the doView method. It is ugly, but working. Any better ways?

Thanks,

AMD
Jesus Angeles
Ranch Hand

Joined: Feb 26, 2005
Posts: 2036
setRenderRequest?

Did you mean PortletRequest.setAttribute?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Setting objects on request from process action
 
Similar Threads
Create new thread
question from JQ+
Why implementing Runnable gives (error) where extending Thread class does not , (In )
static method access to nonstatic method
Object.class