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-25 Thread Martin Grigorov
a",..). We just need to do the same for unmount(). Please file a ticket. > > > > -- > 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. > >

Re: Mount Page

2012-10-25 Thread dpmihai
e unmount does not work 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.

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

Re: Mount Page

2012-10-24 Thread Bas Gooren
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