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

Gavin King gavin.king at jboss.com
Wed Mar 7 20:56:42 EST 2007


  User: gavin   
  Date: 07/03/07 20:56:42

  Modified:    examples/jpa/view  password.xhtml
  Log:
  fix password page
  
  Revision  Changes    Path
  1.6       +8 -8      jboss-seam/examples/jpa/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/jpa/view/password.xhtml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- password.xhtml	9 Jan 2007 20:53:45 -0000	1.5
  +++ password.xhtml	8 Mar 2007 01:56:42 -0000	1.6
  @@ -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