Am 24.06.2009 um 06:54 schrieb John:

Hi,

I need to add a class attribute to the body tag but this:

component.add(new AttributeAppender("class", true, Model.of("yui- skin-sam"), " "));

... and this ...

component.add(new BodyTagAttributeModifier("class", true, Model.of("yui-skin-sam"), component));

are not working.  Is there a new way to do this?
not to my knowledge & it works in trunk just like that.

mf

Thanks,

John


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

Reply via email to