Author: yradtsevich
Date: 2008-12-19 09:36:18 -0500 (Fri, 19 Dec 2008)
New Revision: 12715
Modified:
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/templates/vpe-templates-jsf.xml
Log:
CODING IN PROGRESS - issue JBIDE-3431: rich:scrollableDataTable does not render h:column
properly in VPE
https://jira.jboss.org/jira/browse/JBIDE-3431
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-12-19
14:34:05 UTC (rev 12714)
+++
trunk/jsf/plugins/org.jboss.tools.jsf.vpe.jsf/templates/vpe-templates-jsf.xml 2008-12-19
14:36:18 UTC (rev 12715)
@@ -674,7 +674,7 @@
</vpe:template>
</vpe:if>
<vpe:if
- test="parentname()='rich:columnGroup'|parentname()='rich:dataTable'|parentname()='rich:orderingList'|parentname()='rich:listShuttle'">
+ test="parentname()='rich:columnGroup'|parentname()='rich:dataTable'|parentname()='rich:orderingList'|parentname()='rich:listShuttle'|parentname()='rich:scrollableDataTable'">
<vpe:template children="yes" modify="yes"
namespaceIdentifier="org.jboss.tools.jsf.vpe.richfaces"
class="org.jboss.tools.jsf.vpe.richfaces.template.RichFacesColumnTemplate">