Author: sdzmitrovich
Date: 2007-12-20 10:56:54 -0500 (Thu, 20 Dec 2007)
New Revision: 5403
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.tomahawk/templates/vpe-templates-tomahawk.xml
Log:
http://jira.jboss.com/jira/browse/JBIDE-1538
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.tomahawk/templates/vpe-templates-tomahawk.xml
===================================================================
---
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.tomahawk/templates/vpe-templates-tomahawk.xml 2007-12-20
14:54:34 UTC (rev 5402)
+++
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.tomahawk/templates/vpe-templates-tomahawk.xml 2007-12-20
15:56:54 UTC (rev 5403)
@@ -954,9 +954,9 @@
<vpe:tag name="t:inputFileUpload" case-sensitive="yes">
<vpe:template children="no" modify="no">
<div class="{@styleClass}" onclick="{@onclick}"
- style="{@style}" rendered="{@rendered}"
title="{tagstring()}">
+ rendered="{@rendered}" title="{tagstring()}">
<vpe:value expr="{jsfvalue(@value)}" />
- <input type="file" />
+ <input type="file" style="{@style}" />
</div>
<vpe:dnd>
<vpe:drag start-enable="yes" />