I want to set the 'xml:lang' and 'lang' attributes on the <html> tag. So I couple a WebMarkupContainer (that has isTransparentResolver overriden to return true) to the html tag on the base page of my projects. Then I simply add an AttributeModifier to it.

I do it this way so that subclasses of the base page can simple use 'add' and don't have to do something like 'super.getParentContainer().add'.

I did /not/ develop a filter/resolver.

Regards,
    Erik.


Juergen Donnerstag wrote:
Hi Erik

may I ask what you need it for in your project? Did you develop your
own markup filter/resolver?

Juergen

--

Erik van Oosten
http://day-to-day-stuff.blogspot.com/


Reply via email to