Hy guys,
In my custom-actions.xml file I can't seem to define an icon for my custom actionGroup:
<!-- My Project Actions -->
<tns:action id="MySoapUiPluginAction" actionClass="whaterver" />
<!-- My Project Action Group -->
<tns:actionGroup id="MyProjectActionGroup" iconPath="NSOM_logo.gif">
<tns:actionMapping actionId="MySoapUiPluginAction" iconPath="My_logo1.gif"/>
</tns:actionGroup>
<!-- Project Action Groups -->
<tns:actionGroup id="EnabledWsdlProjectActions">
<tns:actionMapping groupId="MyProjectActionGroup" name="whatever i want to name it" iconPath="My_logo2.gif"/>
</tns:actionGroup>
Everything works fine but My_logo2 doesn't apear...
I've noticed that in SoapUi native menus actionGroups never shown an icon.
My mistake or isn't possible to show an icon on the actionGroup menu option?
Thank's.