Re: AjaxSelfUpdatingTimerBehavior breaks browser refresh

2015-09-21 Thread eostermueller
WicketApplication w = (WicketApplication)o; > return w.getCounter().get(); > } > return null; > } > })); > > Have fun > Sven > > On 20.09.2015 21:48, eostermueller wrote: &

AjaxSelfUpdatingTimerBehavior breaks browser refresh

2015-09-20 Thread eostermueller
Hello all, I just created a wicket quickstart here: https://github.com/eostermueller/selfUpdating I added a AjaxSelfUpdatingTimerBehavior that kind of breaks the browser refresh. The details are on the README.md. I found a number of similar issues on the forum but none quite match this

Re: wicket "library" example, but with tabs

2013-11-17 Thread eostermueller
replying to self here. Finally got this worked out here: https://github.com/eostermueller/wicket-librarywithtabs This code is a copy of the wicket library example, but it displays the book detail in 3 different tabs on a single page. Would you all consider including it in the distribution of

Re: wicket "library" example, but with tabs

2013-11-13 Thread eostermueller
That fixed it, thx. Now, all the tab code is loading the book detail in the TabPanel1 which is great, but tabs are not part of the html. I updated the github code but need to noodle on this more tomorrow. --Erik -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/wicke