Luc Fouin a écrit :
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??

apparently, by forcing a new parameter, just after the creation of the PortletUrl, like this :


PortletURL pu = renderResponse.createRenderURL();

pu.setParameter("something", "anything");

it forces the other parameters to be deleted... my problem is solved now... but isn't it a bug of Pluto or Jetpseed??


thanks, Luc


-- Luc FOUIN - Stagiaire Aptiwan 14 rue Niepce 75014 Paris Tél : (+33) 6 77 95 17 24 Mél : [EMAIL PROTECTED]

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



Reply via email to