Author: yradtsevich
Date: 2010-07-30 08:52:54 -0400 (Fri, 30 Jul 2010)
New Revision: 23836
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe.spring/templates/vpe-templates-spring.xml
Log:
https://jira.jboss.org/browse/JBIDE-6711
- fix of spring:bind template
Modified: trunk/vpe/plugins/org.jboss.tools.vpe.spring/templates/vpe-templates-spring.xml
===================================================================
---
trunk/vpe/plugins/org.jboss.tools.vpe.spring/templates/vpe-templates-spring.xml 2010-07-30
12:27:44 UTC (rev 23835)
+++
trunk/vpe/plugins/org.jboss.tools.vpe.spring/templates/vpe-templates-spring.xml 2010-07-30
12:52:54 UTC (rev 23836)
@@ -423,7 +423,16 @@
</vpe:tag>
<vpe:tag name="spring:bind" case-sensitive="yes">
- <vpe:template children="no" modify="no" />
+ <vpe:if test="attrpresent('path')">
+ <vpe:template children="yes" modify="yes">
+ <span class="vpe-text">
+ <vpe:value expr="{@path}<=" />
+ </span>
+ </vpe:template>
+ </vpe:if>
+ <vpe:template children="yes" modify="yes">
+ <span class="vpe-text"/>
+ </vpe:template>
</vpe:tag>
<vpe:tag name="spring:escapeBody" case-sensitive="yes">