So It seems that you cannot control the order of page parameters for bookmarkablepagelinks can this be true?

What I mean are that I would like to have and url something like this (and remain stable that way):

mydom.com/mypage/cache/true/product/id , something like that it'll not work for me if parameters are switched like so : mydom.com/mypage/product/id/cache/true


I instantiate my links like so:

pageparameters.add("cache", "true");
pageparameters.add("cache","true");

BookmarkablePageLink link = new BookmarkablePageLink(linkId, cls,pageparameters);

--
-Wicket for love

Nino Martinez Wael
Java Specialist @ Jayway DK
http://www.jayway.dk
+45 2936 7684


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

Reply via email to