Ate Douma
Thu, 21 Apr 2005 02:11:01 -0700
Please test again.
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]