Is it appropriate to have the following... final WebMarkupContainerWithAssociatedMarkup fieldset = new WebMarkupContainerWithAssociatedMarkup( "fieldset"); final AttributeModifier levelModifier = new AttributeModifier("class", new Model() { @Override public Object getObject() { return "fieldset-class"; } }); fieldset.add(levelModifier); add(fieldset); with...
<fieldset wicket:id="fieldset"> ... </fieldset> The fieldset is not rendering the css class attribute? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]