Hi,
>setResponsePage(QuestionnairesPage.class, new PageParameters("p=3"));
you're leaving the current page before it can open the new modal window.
Try this instread:
firstPage.getModalModule().close(target);
...
qPage.getModalModule().show(target);
Hope this helps
Sven
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/show-modal-window-without-clicking-on-ajaxLink-tp3703364p3703409.html
Sent from the Users forum mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]