Author: dan.j.allen
Date: 2010-06-16 17:43:20 -0400 (Wed, 16 Jun 2010)
New Revision: 13201
Modified:
examples/trunk/booking-simplified/src/main/webapp/resources/components/property/input.xhtml
Log:
fix attribute name
Modified:
examples/trunk/booking-simplified/src/main/webapp/resources/components/property/input.xhtml
===================================================================
---
examples/trunk/booking-simplified/src/main/webapp/resources/components/property/input.xhtml 2010-06-16
21:39:17 UTC (rev 13200)
+++
examples/trunk/booking-simplified/src/main/webapp/resources/components/property/input.xhtml 2010-06-16
21:43:20 UTC (rev 13201)
@@ -23,7 +23,7 @@
<cc:insertChildren/>
</span>
<h:panelGroup rendered="#{cc.attrs.invalid}">
- <c:forEach var="i" begin="1"
end="#{cc.attrs.numInputs}">
+ <c:forEach var="i" begin="1"
end="#{cc.attrs.inputs}">
<h:message id="message" for=""
errorClass="invalid message"/>
</c:forEach>
</h:panelGroup>
Show replies by date