Hi,
I am trying to redirect to a portlet from another portlet, this is the code
I use to set up the redirection:
JetspeedLink linkObj = JetspeedLinkFactory.getInstance(runData);
DynamicURI portletURI = linkObj.getPaneById(pane_id);
runData.setRedirectURI(portletURI.toString());
runData.setStatusCode(302);
JetspeedLinkFactory.putInstance(linkObj);
Now, what do I use to do the actual redirect?
Thanks!
Ching
--
To unsubscribe, e-mail: <mailto:jetspeed-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:jetspeed-user-help@;jakarta.apache.org>