Re: Mount Page

2012-10-25 Thread dpmihai
with a starting /. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Mount-Page-tp4653318p4653332.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: Mount Page

2012-10-25 Thread Martin Grigorov
://apache-wicket.1842946.n4.nabble.com/Mount-Page-tp4653318p4653332.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e

Re: Mount Page

2012-10-25 Thread dpmihai
Added here: https://issues.apache.org/jira/browse/WICKET-4836 -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Mount-Page-tp4653318p4653335.html Sent from the Users forum mailing list archive at Nabble.com

Re: Mount Page

2012-10-24 Thread Bas Gooren
to an url from outside WebApplication? I am looking for a way to mount / unmount a page to / from an url when some link from a Panel is clicked. Is this possible? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Mount-Page-tp4653318.html Sent from the Users forum

Re: Mount Page

2012-10-24 Thread Decebal Suiu
In your panel: WebApplication application = getApplication(); application.mountPage(...); // for mount and application.unmount(...); // for unmount -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Mount-Page-tp4653318p4653322.html Sent from the Users forum