[jboss-cvs] jboss-seam/examples/icefaces/view ...

Gavin King gavin.king at jboss.com
Wed Mar 7 21:07:06 EST 2007


  User: gavin   
  Date: 07/03/07 21:07:06

  Modified:    examples/icefaces/view  password.xhtml
  Log:
  pw page
  
  Revision  Changes    Path
  1.2       +10 -10    jboss-seam/examples/icefaces/view/password.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: password.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/icefaces/view/password.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- password.xhtml	20 Nov 2006 04:55:00 -0000	1.1
  +++ password.xhtml	8 Mar 2007 02:07:06 -0000	1.2
  @@ -12,14 +12,16 @@
   	<h1>Change Your Password</h1>
   </div>
   <div class="section">
  -	<h:form id="password">
  +	<h:form id="setpassword">
   	
  -	    <f:facet name="afterInvalidField">
  -	       <s:message/>
  -	    </f:facet>
   	    <f:facet name="aroundInvalidField">
   	       <s:span styleClass="errors"/>
   	    </f:facet>
  +	    <f:facet name="afterInvalidField">
  +            <s:div styleClass="errors">
  +                <s:message/>
  +            </s:div>
  +	    </f:facet>
   		    
   		<fieldset>
   		
  @@ -30,17 +32,15 @@
   						<h:inputSecret id="password" value="#{user.password}" required="true">
   							<s:validate/>
   						</h:inputSecret>
  -						<br/>
   					</s:decorate>
   				</div>
   			</div>
   			
   			<div class="entry">
  -				<div class="label"><h:outputLabel for="password">Verify:</h:outputLabel></div>
  +				<div class="label"><h:outputLabel for="verify">Verify:</h:outputLabel></div>
   				<div class="input">
   					<s:decorate>
   						<h:inputSecret id="verify" value="#{changePassword.verify}" required="true"/>
  -						<br/>
   					</s:decorate>
   				</div>
   			</div>
  
  
  



More information about the jboss-cvs-commits mailing list