Hi all,

  another problem in 1.2.6. I use BookarmablePageLink:

   public ToIdineLink(String id, Shop shop) {
       super(id, ShopPage.class);
       setParameter("shop", shop.getId());
   }

so the url is:

/context/app/foo?shop=123

if we open this link in new window, url will add pageMapName:

/context/app/foo?shop=123&wicket:pageMapName=wicket-0

this is fine.. but in 1.2.6 the link become:

/context/app/foo?shop=%5BLjava.lang.String%3B%406f0241&wicket:pageMapName=wicket-0

the number become string array and this url is un-resolvable

any help ?

--
Ingram Chen
��便��啦: http://dinbendon.net
blog: http://www.javaworld.com.tw/roller/page/ingramchen
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to