Author: akazakov
Date: 2007-11-02 04:18:00 -0400 (Fri, 02 Nov 2007)
New Revision: 4653
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.ajax4jsf/templates/vpe-templates-ajax4jsf.xml
Log:
http://jira.jboss.com/jira/browse/JBIDE-1251 a4j:status template has been fixed
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.ajax4jsf/templates/vpe-templates-ajax4jsf.xml
===================================================================
---
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.ajax4jsf/templates/vpe-templates-ajax4jsf.xml 2007-11-02
04:47:24 UTC (rev 4652)
+++
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.ajax4jsf/templates/vpe-templates-ajax4jsf.xml 2007-11-02
08:18:00 UTC (rev 4653)
@@ -220,6 +220,9 @@
<vpe:tag name="a4j:status" case-sensitive="yes">
<vpe:template children="yes" modify="yes">
+ <span class="{@styleClass};{@stopStyleClass}"
style="{@style};{@stopStyle}" title="{tagstring()}">
+ <vpe:value expr=" {jsfvalue(@stopText)}"/>
+ </span>
</vpe:template>
</vpe:tag>