Author: sdzmitrovich
Date: 2008-10-21 07:16:45 -0400 (Tue, 21 Oct 2008)
New Revision: 11038
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/templates/vpe-templates-jsf.xml
Log:
corrected commandButton
Modified: trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/templates/vpe-templates-jsf.xml
===================================================================
---
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/templates/vpe-templates-jsf.xml 2008-10-21
11:14:11 UTC (rev 11037)
+++
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/templates/vpe-templates-jsf.xml 2008-10-21
11:16:45 UTC (rev 11038)
@@ -182,7 +182,7 @@
<vpe:tag name="h:commandButton" case-sensitive="yes">
<vpe:if test="not(attrpresent('image'))">
<vpe:template children="no" modify="no">
- <input type="submit" value="{iif(@value='','
',jsfvalue(@value))}"
+ <input type="button" value="{iif(@value='','
',jsfvalue(@value))}"
class="{@styleClass}" style="{@style}"
title="{tagstring()}" />
<vpe:resize>
<vpe:width width-attr="style.width" />
Show replies by date