History API support for navigable AJAX pages/components?

2014-12-29 Thread Hendy Irawan
Hi friends, Continuing the discussion on https://issues.apache.org/jira/browse/WICKET-5290 / http://apache-wicket.1842946.n4.nabble.com/Wicket7-History-API-support-for-navigable-AJAX-pages-components-td4660502.html, I made a simple working experiment: final DropdownSizePanel dropdownSizePanel =

Re: History API support for navigable AJAX pages/components?

2014-12-29 Thread Hendy Irawan
I tried to do this: protected void onSizeChanged(AjaxRequestTarget target) { target.add(productGrid); final PageParameters newParams = new PageParameters(getPage().getPageParameters()); newParams.set(selectedSize,

Page Expired

2014-12-29 Thread Shengche Hsiao
Dear all I wrote an openid provider web application with 6.14.0 (upgrade from 1.5.3 gradually) which enabled ssl and url encryption. Everything worked fine until I upgrade wicket to 6.18.0, I got page expired exception page and the url became plaintext after I redirect it to another page. Any

Re: About BasePage's BrandName setting

2014-12-29 Thread Hasan Çelik
Hi Martin, If I use these construction, How can I change my BasePage markup and java class Normally my BasePage.html https://gist.github.com/cortix/68b584310e9be62de4c6 ​and BasePage.java https://gist.github.com/cortix/7a5453cddac75b90f29a According your code, I tried to create new BasePage,