Hi,
I create a bookmarkablePageLink and add it to the page:
new BookmarkablePageLink("link", ProductPage.class, new PageParameters("0="
+ product.getId()));
It generates correct url:
http://127.0.0.1:8080/myapp/admin/product/2446/
But when I add the same bookmarkablePageLink to a ModalWinow it generates
(incorect?) url:
http://127.0.0.1:8080/myapp/admin/product/2446/wicket:pageMapName/modal-dialog-pagemap/
When I click on this link, a than submit a form on the ModalWindow it gives
a error (because the pageMap was cleared when opening the
BookmarbablePage??)
I use Wicket 1.3.4.
Thanks in advance,
Artur
--
View this message in context:
http://www.nabble.com/BookmarkablePageLink-in-ModalWindow%2C-a-bug--tp19430177p19430177.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]