How to associate a CSS class attribute value of an XML fragment with a model property in another XML view?
The following cut works are excellent
<core:Fragment fragmentName="com.foo.bar.Fragment" type="XML" class="important"/>
and should be changed to something like
<core:Fragment fragmentName="com.foo.bar.Fragment" type="XML" class="{itemStatus}"/>
where {itemStatus} should be attached to the model property.
Any help appreciated!
z00bs source share