| 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?
|
 |
 |
|
|
subject: Setting objects on request from process action
|
|
|