Hey All,
I'm attempting to add a css class to the body element of extensions of our base 
page. I've been trying to get BodyTagAttributeModifier working but it doesn't 
seem to do anything.

In the onInitialize method I'm using the following:
add(new BodyTagAttributeModifier("class", true, Model.of("authenticated"), this 
/* the page */));

Anyone have any hints on how to achieve this?

Cheers,
-- 
Dan Washusen

Reply via email to