single-page, multi-panel, pretty URL webapp

2009-12-18 Thread Stefan Jozsa
My application is a single-page multiple-panel (heavy AJAX) webapp (except the login page). Part of page is almost constant, is expensive to instantiate/refresh and cannot be (always) refreshed (having embedded Flash player). Rest of page is a panel and is populated succesively with

Re: single-page, multi-panel, pretty URL webapp

2009-12-18 Thread Alex Objelean
There is no such thing like 'panel mounting'. All you can do, is to encode the state into url using PageParams restore the page based on those parameters. Alex Stefan Jozsa-2 wrote: My application is a single-page multiple-panel (heavy AJAX) webapp (except the login page). Part of page

Re: single-page, multi-panel, pretty URL webapp

2009-12-18 Thread Stefan Jozsa
alex_objel...@yahoo.com Subject: Re: single-page, multi-panel, pretty URL webapp To: users@wicket.apache.org Date: Friday, December 18, 2009, 3:36 PM There is no such thing like 'panel mounting'. All you can do, is to encode the state into url using PageParams restore the page based on those

Re: single-page, multi-panel, pretty URL webapp

2009-12-18 Thread Alex Objelean
! I can encode arguments as PageParameters, but after ? What you mean saying restore the page based on those params ? Thanks, Stefan --- On Fri, 12/18/09, Alex Objelean alex_objel...@yahoo.com wrote: From: Alex Objelean alex_objel...@yahoo.com Subject: Re: single-page, multi-panel, pretty