See http://issues.apache.org/jira/browse/JS2-194 and http://issues.apache.org/jira/browse/JS2-231
Please test again.
Luc Fouin wrote:
hi,
i'm working on J2 + Tomcat 5.5, and i've a problem with parameters... i build Urls with :
> PortletUrl pu = renderResponse.createRenderURL();
and there is allways parameters which come from the current page... i've tried to delete it with
> pu.setParameters(new HashMap()); or > pu.setParameter(myKey, myValue);
but it still does not work... i allways got parameters that i don't want...
is there a bug in parameters manipulation or am i doing wrong??
thanks, Luc
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]