Author: dsakovich
Date: 2008-09-03 06:41:33 -0400 (Wed, 03 Sep 2008)
New Revision: 10041
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.ajax4jsf/templates/vpe-templates-ajax4jsf.xml
Log:
<a4j:outputPanel> template refactoring
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 2008-09-03
09:53:23 UTC (rev 10040)
+++
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.ajax4jsf/templates/vpe-templates-ajax4jsf.xml 2008-09-03
10:41:33 UTC (rev 10041)
@@ -119,7 +119,7 @@
<vpe:tag name="a4j:outputPanel" case-sensitive="yes">
<vpe:template children="yes" modify="yes">
- <vpe:copy attrs="id,style,dir"/>
+ <div id="{@id}" style="{@style}" dir="{@dir}"/>
<vpe:resize>
<vpe:width width-attr="style.width" />
<vpe:height height-attr="style.height" />
Show replies by date