Author: ppitonak(a)redhat.com
Date: 2010-11-09 04:05:48 -0500 (Tue, 09 Nov 2010)
New Revision: 19999
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richSubTableToggleControl/simple.xhtml
Log:
https://jira.jboss.org/browse/RFPL-732
* fixed a typo in attribute name
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richSubTableToggleControl/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richSubTableToggleControl/simple.xhtml 2010-11-09
09:04:42 UTC (rev 19998)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richSubTableToggleControl/simple.xhtml 2010-11-09
09:05:48 UTC (rev 19999)
@@ -68,7 +68,7 @@
<rich:column id="columnTC" colspan="3">
<rich:subTableToggleControl id="richSTTControl"
collapseIcon="#{richSubTableToggleControlBean.attributes['collapseIcon'].value}"
-
collapseLable="#{richSubTableToggleControlBean.attributes['collapseLabel'].value}"
+
collapseLabel="#{richSubTableToggleControlBean.attributes['collapseLabel'].value}"
event="#{richSubTableToggleControlBean.attributes['event'].value}"
expandIcon="#{richSubTableToggleControlBean.attributes['expandIcon'].value}"
expandLabel="#{richSubTableToggleControlBean.attributes['expandLabel'].value}"