You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by do...@apache.org on 2012/07/22 21:27:25 UTC

svn commit: r1364400 - /empire-db/trunk/empire-db-examples/empire-db-example-jsf2/src/main/webapp/resources/components/formInputRow.xhtml

Author: doebele
Date: Sun Jul 22 19:27:24 2012
New Revision: 1364400

URL: http://svn.apache.org/viewvc?rev=1364400&view=rev
Log: (empty)

Modified:
    empire-db/trunk/empire-db-examples/empire-db-example-jsf2/src/main/webapp/resources/components/formInputRow.xhtml

Modified: empire-db/trunk/empire-db-examples/empire-db-example-jsf2/src/main/webapp/resources/components/formInputRow.xhtml
URL: http://svn.apache.org/viewvc/empire-db/trunk/empire-db-examples/empire-db-example-jsf2/src/main/webapp/resources/components/formInputRow.xhtml?rev=1364400&r1=1364399&r2=1364400&view=diff
==============================================================================
--- empire-db/trunk/empire-db-examples/empire-db-example-jsf2/src/main/webapp/resources/components/formInputRow.xhtml (original)
+++ empire-db/trunk/empire-db-examples/empire-db-example-jsf2/src/main/webapp/resources/components/formInputRow.xhtml Sun Jul 22 19:27:24 2012
@@ -23,14 +23,14 @@
 	<!-- Interface -->
 	<cc:interface>
 		<cc:attribute name="label" />
-		<cc:attribute name="for" />
+		<cc:attribute name="for" targets="outputLabel"/>
 	</cc:interface>
 	
 	<!-- Implementation -->
 	<cc:implementation>
 		<tr class="formButtonRow">
 			<td class="eCtlLabel">
-				<h:outputLabel for="#{cc.attrs.for}" value="#{cc.attrs.label}" />:
+				<h:outputLabel id="outputLabel" value="#{cc.attrs.label}" />:
 			</td>
 			<td class="eCtlInput">
 				<cc:insertChildren/>