Try with :

in .html:
<html wicket:id="html">
....

in .java:
WebMarkupContainer htmlTag = new WebMarkupContainer("html");
htmlTag.add(new SimpleAttributeModifier("lang",
getSession().getLocale().toString());
htmlTag.setTransparentResolver(true); // check the javadoc of this method

On Fri, Jan 21, 2011 at 8:19 AM, Mike Mander <[email protected]> wrote:

> With further investigation i found a hint on using an IMarkupFilter.
>
> Is there an example with this for my problem?
>
> Thanks
>
> Mike
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to