I try to use BookmarkablePageLink :
I 've done this :
mountBookmarkablePage("projet", ProjetPage.class);
BookmarkablePageLink link = new BookmarkablePageLink("lien_projet",
ProjetPage.class);
link.setParameter("projet", inf.getNom());
the result is :
...../projet/projet/MySQL
I want just /projet/MySQL.
In the parameters we have a key "projet" and a value, but the key is
displayed. So my question is : it is possible to do not display this key???
Thank you in advance
--
View this message in context:
http://www.nabble.com/BookmarkablePageLink-question-tp16894177p16894177.html
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]