Re: Release WiQuery for Wicket 8

2018-06-01 Thread Thomas Heigl
Great! Thanks Martin! On Fri, Jun 1, 2018 at 5:44 PM, Martin Grigorov wrote: > On Fri, Jun 1, 2018, 18:35 Thomas Heigl wrote: > > > Hi Ernesto, > > > > I'm not sure how many people are still using it. But as I said, my > project > > heavily depends on it. > > > > @papegaaij has resolved all the

Re: Release WiQuery for Wicket 8

2018-06-01 Thread Martin Grigorov
On Fri, Jun 1, 2018, 18:35 Thomas Heigl wrote: > Hi Ernesto, > > I'm not sure how many people are still using it. But as I said, my project > heavily depends on it. > > @papegaaij has resolved all the compile errors against 8.0.0-M9 ( > https://github.com/wicketstuff/wiquery) and a simple release

Re: Release WiQuery for Wicket 8

2018-06-01 Thread Thomas Heigl
Hi Ernesto, I'm not sure how many people are still using it. But as I said, my project heavily depends on it. @papegaaij has resolved all the compile errors against 8.0.0-M9 ( https://github.com/wicketstuff/wiquery) and a simple release of 8.0.0 would be enough for me. Best, Thomas On Fri, Jun

Re: Release WiQuery for Wicket 8

2018-06-01 Thread Ernesto Reinaldo Barreiro
Hi, I do not know who is actually using this project. I use to contribute to it a few years ago. I haven't used it for ages.. On Fri, Jun 1, 2018 at 3:39 PM, Thomas Heigl wrote: > Hi, > > Following the release of Wicket 8.0.0 and WicketStuff 8.0.0, could somebody > please cut a release of WiQue

Release WiQuery for Wicket 8

2018-06-01 Thread Thomas Heigl
Hi, Following the release of Wicket 8.0.0 and WicketStuff 8.0.0, could somebody please cut a release of WiQuery compatible with the new version? Our application still heavily relies on WiQuery and we can't move to Wicket 8 without it. Best, Thomas

Accessing the Markup of a Component

2018-06-01 Thread Dirk Forchel
We have a problem accessing the markup (Component#getMarkup()) of a Panel while inizializing the panel component. Is it ensured, that Component#getMarkup() always returns an appropriate markup (markup tag) during initializion? As soon as we have a Border component, a TransparentWebMarkupContainer a