Re: AjaxLazyLoadPanel and back button

2011-01-09 Thread flavius
Thanks Pedro. I've opened WICKET-3318 regarding this issue and attached a quickstart. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/AjaxLazyLoadPanel-and-back-button-tp3168379p3206574.html Sent from the Users forum mailing list archive at Nabble.com

Re: AjaxLazyLoadPanel and back button

2011-01-01 Thread Pedro Santos
rendered image. Is this by design or should the generated image be rendered as it does when clicking a link? I'm using wicket 1.4.15. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/AjaxLazyLoadPanel-and-back-button-tp3168379p3168379.html Sent from the Users forum

AjaxLazyLoadPanel and back button

2010-12-30 Thread flavius
. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/AjaxLazyLoadPanel-and-back-button-tp3168379p3168379.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail

Re: AjaxTabbedPanel, AjaxLazyLoadPanel and back button

2009-05-05 Thread Rodrigo De Castro
I solved this problem turning off the browser's cache for this page. So I added the following override method and now it works just fine: @Override protected void configureResponse() { super.configureResponse(); final WebResponse response =

AjaxTabbedPanel, AjaxLazyLoadPanel and back button

2009-04-28 Thread Rodrigo De Castro
Hey, I've been using AjaxTabbedPanel successfully, but ran into the following problem today: 1. Load page that has multiple tabs 2. Click on the second tab 3. Click on link on the tab panel that takes me to another page 4. Press back button It fails with the following error: WicketMessage: