-
Notifications
You must be signed in to change notification settings - Fork 721
Closed
Labels
Description
Originally by @jojule
Please confirm
http://bugzilla.millstone.org/show_bug.cgi?id=642
Description: Opened: 2003-04-03 14:00
I defined an Action to a field and I defined an icon to the action, but the
icon didn't appear. There was not defined an "icon handler" in the
action.xsl - ...themes.../default/xsl/container/action.xsl.
I wrote this
<xsl:if test="@ICON">
</xsl:if>
<xsl:value-of select="@caption" />
instead of this
<xsl:value-of select="@caption" />
Imported from https://dev.vaadin.com/ issue #148
Reactions are currently unavailable