> But the "redirectAction" is used in renderPhase and there i can't get the
> ActionRequest.
>
> ActionRequest cannot be obtained in render phase

Correct, but why do you need it in the render phase? Maybe you can
decouple your action so that it completely separates the state change
logic from the renderering of the view?

> How can i get back my jprint Object from the session in render phase if i
> cannot call:
>
> PortletActionContext.getActionRequest().getPortletSession() ....
>

The portlet session is available in the render phase as well, using
PortletActionContext.getRequest().getPortletSession().

> Afaik understand, i can't "generate" my stuff and than redirect because all
> things are lost.

It's not lost if you put it in the session, or you pass parameters to
the redirect action.

> But if i have to generate my view in renderPhase, how to get my object back
> from the session if i have to put in there in the "submit" phase before
> redirecting ...
>
>

I'm not sure I understand what you mean?

Nils-H

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to