Should this be dynamic?

If no, you can hard-code it to the HTML template
If yes you can add "Master" WebMarkupContainer which will be your html
tag, and then all logic

On Tue, Feb 14, 2017 at 12:53 AM, Entropy <blmulholl...@gmail.com> 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: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>



-- 
WBR
Maxim aka solomax

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to