After trying various combination, I found this may be caused by
QueryStringUrlCodingStrategy
I create jira with quickstart:

https://issues.apache.org/jira/browse/WICKET-539

thanks for help

On 5/5/07, Jean-Baptiste Quenot <[EMAIL PROTECTED]> wrote:

* Ingram Chen:
>
>   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

Can you file a JIRA issue, attaching a quickstart project?  I
can't reproduce this on 1.2.6.

I tried with the "Click this BookmarkablePageLink to go to Page3"
link in wicket-examples/linkomatic/
--
     Jean-Baptiste Quenot
aka  John Banana   Qwerty
http://caraldi.com/jbq/

-------------------------------------------------------------------------
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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user




--
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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to