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

Gavin King gavin.king at jboss.com
Sun Mar 18 16:22:45 EDT 2007


  User: gavin   
  Date: 07/03/18 16:22:45

  Modified:    examples/booking/view   main.xhtml register.xhtml
  Log:
  minor
  
  Revision  Changes    Path
  1.29      +4 -3      jboss-seam/examples/booking/view/main.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: main.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/booking/view/main.xhtml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -b -r1.28 -r1.29
  --- main.xhtml	9 Mar 2007 01:18:21 -0000	1.28
  +++ main.xhtml	18 Mar 2007 20:22:45 -0000	1.29
  @@ -11,13 +11,14 @@
   <ui:define name="content">
   
   <div class="section">
  -  <h:form id="main">
     
       <span class="errors">
          <h:messages globalOnly="true"/>
       </span>
       
   	<h1>Search Hotels</h1>
  +
  +	<h:form id="searchCriteria">
   	<fieldset> 
   	   <h:inputText id="searchString" value="#{hotelSearch.searchString}" style="width: 165px;">
            <a:support event="onkeyup" actionListener="#{hotelSearch.find}" reRender="searchResults" />
  @@ -38,8 +39,8 @@
             <f:selectItem itemLabel="20" itemValue="20"/>
          </h:selectOneMenu>
       </fieldset>
  -    
     </h:form>
  +    
   </div>
   
   <a:outputPanel id="searchResults">
  
  
  
  1.24      +2 -2      jboss-seam/examples/booking/view/register.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: register.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/booking/view/register.xhtml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -b -r1.23 -r1.24
  --- register.xhtml	18 Mar 2007 20:18:41 -0000	1.23
  +++ register.xhtml	18 Mar 2007 20:22:45 -0000	1.24
  @@ -108,8 +108,8 @@
   			
   		</div>
   		
  -	</div
  -	>
  +	</div>
  +	
   	<div id="footer">Created with JBoss EJB 3.0, Seam, MyFaces, and Facelets</div>
   	
   </div>
  
  
  



More information about the jboss-cvs-commits mailing list