Author: dvinnichek
Date: 2010-07-30 03:57:07 -0400 (Fri, 30 Jul 2010)
New Revision: 23821
Modified:
trunk/vpe/plugins/org.jboss.tools.vpe.spring/templates/vpe-templates-spring.xml
Log:
some minor changes with template for form:errors
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
07:53:09 UTC (rev 23820)
+++
trunk/vpe/plugins/org.jboss.tools.vpe.spring/templates/vpe-templates-spring.xml 2010-07-30
07:57:07 UTC (rev 23821)
@@ -94,8 +94,8 @@
<vpe:tag name="form:errors" case-sensitive="yes">
<vpe:template children="no" modify="no">
- <span id="{@id}" style="{@cssStyle}"
class="{@cssClass}">
- Errors will be here.
+ <span id="{@id}" style="{@cssStyle}"
class="{@cssClass}">
+ <vpe:value expr="Errors for {@path} field." />
</span>
<vpe:dnd>
<vpe:drag start-enable="yes" />
Show replies by date