Hi, Your HTML snippet is not readable neither in GMail nor at Nabble. But I guess you talk about IE conditional comments. If this is the case then check: - https://issues.apache.org/jira/browse/WICKET-3433 - https://msdn.microsoft.com/en-us/library/ms537512(v=vs.85).aspx
Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Feb 13, 2017 at 6:53 PM, Entropy <[email protected]> wrote: > Our web designer wants our pages to start like this so he can run his > modernizr thing. > > > > > > <html class="no-js" lang="en"> > > > But I can't have this in our html before Wicket runs against it, because > the > html parser seems to be unable to handle this...and I don't blame it. So > the thought came that we could write the classes out in Wicket, but the > modernizr script evidently needs this whole block. > > So I was thinking I could write it out during render. But I have no idea > how to get that done. We are in Wicket 6. > > -- > View this message in context: http://apache-wicket.1842946. > n4.nabble.com/How-to-do-this-in-wicket-tp4677103.html > Sent from the Users forum mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
