[seam-commits] Seam SVN: r13203 - in examples/trunk/booking-simplified/src/main/webapp: resources/components/property and 1 other directory.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Jun 16 18:04:08 EDT 2010
Author: dan.j.allen
Date: 2010-06-16 18:04:07 -0400 (Wed, 16 Jun 2010)
New Revision: 13203
Modified:
examples/trunk/booking-simplified/src/main/webapp/password.xhtml
examples/trunk/booking-simplified/src/main/webapp/resources/components/property/input.xhtml
Log:
fix styles
Modified: examples/trunk/booking-simplified/src/main/webapp/password.xhtml
===================================================================
--- examples/trunk/booking-simplified/src/main/webapp/password.xhtml 2010-06-16 21:59:59 UTC (rev 13202)
+++ examples/trunk/booking-simplified/src/main/webapp/password.xhtml 2010-06-16 22:04:07 UTC (rev 13203)
@@ -25,7 +25,7 @@
<fieldset>
<p:input id="old">
- <h:inputSecret id="password" value="#{currentUser.password}" />
+ <h:inputSecret id="password" value="#{currentUser.password}"/>
</p:input>
<p:input id="new">
@@ -33,7 +33,7 @@
</p:input>
<p:input id="confirm">
- <h:inputSecret id="password" value="#{currentUser.password}" redisplay="true" />
+ <h:inputSecret id="password" value="#{currentUser.password}" redisplay="true"/>
</p:input>
<div class="buttonBox">
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:59:59 UTC (rev 13202)
+++ examples/trunk/booking-simplified/src/main/webapp/resources/components/property/input.xhtml 2010-06-16 22:04:07 UTC (rev 13203)
@@ -12,7 +12,7 @@
<cc:attribute name="required" required="false"/>
<cc:attribute name="inputs" required="false" default="1"/>
</cc:interface>
-
+
<cc:implementation>
<div class="entry" id="#{cc.clientId}">
@@ -24,7 +24,7 @@
</span>
<h:panelGroup rendered="#{cc.attrs.invalid}">
<c:forEach var="i" begin="1" end="#{cc.attrs.inputs}">
- <h:message id="message" for="" errorClass="invalid message"/>
+ <h:message id="message#{i}" for="" styleClass="error errors"/>
</c:forEach>
</h:panelGroup>
</div>
More information about the seam-commits
mailing list