Re: Proposal: EnclosureGroup to hide surrounding markup depending on enclosure children

2015-01-16 Thread Thorsten Schöning
Guten Tag Martin Grigorov, am Freitag, 16. Januar 2015 um 14:45 schrieben Sie: > I'd suggest you to take a look at EnclosureContainer. Hello, I had and from my understanding that would require me to add more boilerplate code to manually create such containers and I would still need to create so

Re: Proposal: EnclosureGroup to hide surrounding markup depending on enclosure children

2015-01-16 Thread Martin Grigorov
Hi, I'd suggest you to take a look at EnclosureContainer. It is very simple component that is much more reliable than and . There are many known problems with (consult with JIRA about them) so I guess you will face issues with your custom solution at some point too. Martin Grigorov Wicket Train

Proposal: EnclosureGroup to hide surrounding markup depending on enclosure children

2015-01-16 Thread Thorsten Schöning
Hi all, I have a navigation, where each level consists of a headline to summarize all sub nav links and a list of those sub nav links. Pretty standard. I needed to implement two things: First the sub nav links itself should be hidden or visible during some configuration and such on runtime, e.g. i

Re: Internet explorer does not display web pag content properly

2015-01-16 Thread Martin Grigorov
Hi, Check at http://wicketinaction.com/2014/03/header-contributions-positioning/ Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Jan 16, 2015 at 10:21 AM, JaneElle wrote: > Hi Martin, > > I explored a little further the problem on my own. It seems that th

Re: Internet explorer does not display web pag content properly

2015-01-16 Thread JaneElle
Hi Martin, I explored a little further the problem on my own. It seems that the problem boils down to the fact that the required by IE8 X-UA-Compatible meta tag is not first in the head section. so that it is not respected by the browser. Because wicket put some javascripts on the first place: