Author: lfryc(a)redhat.com
Date: 2010-09-21 02:02:57 -0400 (Tue, 21 Sep 2010)
New Revision: 19267
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/templates/hDataTable1.xhtml
Log:
fixed the typo - double '='
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/templates/hDataTable1.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/templates/hDataTable1.xhtml 2010-09-20
15:21:11 UTC (rev 19266)
+++
modules/tests/metamer/trunk/application/src/main/webapp/templates/hDataTable1.xhtml 2010-09-21
06:02:57 UTC (rev 19267)
@@ -32,7 +32,7 @@
<h:outputText value="JSF Data Table" />
</f:facet>
<h:panelGroup columns="1" rendered="#{item == 'row
1'}">
- <ui:decorate
template=="#{templateBean.nextTemplate}.xhtml" />
+ <ui:decorate
template="#{templateBean.nextTemplate}.xhtml" />
</h:panelGroup>
<h:outputText value="#{item}" rendered="#{item !=
'row 1'}" />
</h:column>