The method rundata.setRedirectURI doesn't work in my velocity action portlet. I don't 
understand why.
Like for the security management code, I want point to another pane (from a browser 
portlet to a form portlet).
Which condition is needed to run this method properly ?

here is my code : 
                ....
                duri.addPathInfo(OJBConstants.PANE_NAME, 
OJBConstants.PANEID_STRATEGY_UPDATE);
                duri.addPathInfo(OJBConstants.PARAM_MSGID, 
OJBConstants.MID_INVALID_ENTITY_NAME);
                rundata.setRedirectURI(duri.toString());

Even a simple : rundata.setRedirectURI(http://jakarta.apache.org);  doesn't work. Why ?


Thanks, 
Christophe

Reply via email to