Author: ppitonak(a)redhat.com
Date: 2010-10-12 09:19:31 -0400 (Tue, 12 Oct 2010)
New Revision: 19538
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/resources/metamer/attributes.xhtml
Log:
* added for attribute to outputLabel so that Myfaces doesn't show warnings
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/resources/metamer/attributes.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/resources/metamer/attributes.xhtml 2010-10-12
12:50:47 UTC (rev 19537)
+++
modules/tests/metamer/trunk/application/src/main/webapp/resources/metamer/attributes.xhtml 2010-10-12
13:19:31 UTC (rev 19538)
@@ -23,7 +23,7 @@
columnClasses="attributes-first-column,
attributes-second-column, attributes-first-column, attributes-second-column">
<c:forEach items="#{cc.attrs.value}"
var="entry">
<h:panelGroup layout="block">
- <h:outputLabel id="#{entry.key}Label"
value="#{entry.key}" style="margin-right: 5px;" />
+ <h:outputLabel id="#{entry.key}Label"
value="#{entry.key}" style="margin-right: 5px;"
for="#{entry.key}Input"/>
<h:graphicImage value="/resources/images/help.png"
title="#{entry.value.help}"
rendered="#{entry.value.help != null}"
height="28px;"
style="vertical-align: middle;"
styleClass="attribute-help" >
Show replies by date