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

Michael Yuan michael.yuan at jboss.com
Wed Jul 25 17:35:32 EDT 2007


  User: myuan   
  Date: 07/07/25 17:35:30

  Modified:    examples/jee5/view        confirm.xhtml conversations.xhtml
                        hotel.xhtml main.xhtml password.xhtml
                        register.xhtml template.xhtml
  Log:
  Fix broken xhtml files
  
  Revision  Changes    Path
  1.3       +9 -9      jboss-seam/examples/jee5/view/confirm.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: confirm.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/jee5/view/confirm.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  
  
  
  1.2       +27 -31    jboss-seam/examples/jee5/view/conversations.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: conversations.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/jee5/view/conversations.xhtml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- conversations.xhtml	23 Jun 2007 18:33:58 -0000	1.1
  +++ conversations.xhtml	25 Jul 2007 21:35:29 -0000	1.2
  @@ -1,21 +1,19 @@
  -<!DOCTYPE div PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  -<ui:composition xmlns="http://www.w3.org/1999/xhtml"
  +
  +<div xmlns="http://www.w3.org/1999/xhtml"
        xmlns:c="http://java.sun.com/jstl/core"
        xmlns:ui="http://java.sun.com/jsf/facelets"
        xmlns:f="http://java.sun.com/jsf/core"
        xmlns:h="http://java.sun.com/jsf/html"
        xmlns:s="http://jboss.com/products/seam/taglib">
  -	<div>
   	     
  -	<div class="section">
  +<div class="section">
   	    <h1><h:outputText rendered="#{not empty conversationList}" value="Workspaces"/></h1>
  -	</div>
  +</div>
   	
  -	<div class="section">
  +<div class="section">
   	    <h:form>
   	        <h:dataTable value="#{conversationList}" var="entry">
   	            <h:column>
  -
   	                <h:commandLink action="#{entry.select}" value="#{entry.description}"/>
   	                &#160;
   	                <h:outputText value="[current]" rendered="#{entry.current}"/>
  @@ -26,13 +24,11 @@
   	                </h:outputText>
   	                -
   	                <h:outputText value="#{entry.lastDatetime}">
  -
   	                    <s:convertDateTime type="time" pattern="hh:mm"/>
   	                </h:outputText>
   	            </h:column>
   	        </h:dataTable>
   	    </h:form>
  -	</div>
  +</div>
   	
  -	</div>
  -</ui:composition>
  \ No newline at end of file
  +</div>
  \ No newline at end of file
  
  
  
  1.3       +9 -9      jboss-seam/examples/jee5/view/hotel.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: hotel.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/jee5/view/hotel.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  
  
  
  1.3       +1 -1      jboss-seam/examples/jee5/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/jee5/view/main.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- main.xhtml	16 Jul 2007 16:21:56 -0000	1.2
  +++ main.xhtml	25 Jul 2007 21:35:30 -0000	1.3
  @@ -20,7 +20,7 @@
   	<h1>Search Hotels</h1>
   	<fieldset> 
   	   <h:inputText id="searchString" value="#{hotelSearch.searchString}" style="width: 165px;">
  -         <a:support event="onkeyup" actionListener="#{hotelSearch.find}" reRender="searchResults" requestDelay="500" eventQueue="findQueue" ignoreDupResponses="true"/>
  +         <a:support event="onkeyup" actionListener="#{hotelSearch.find}" reRender="searchResults" />
          </h:inputText>
          &#160;
   	   <a:commandButton id="findHotels" value="Find Hotels" action="#{hotelSearch.find}" reRender="searchResults"/>
  
  
  
  1.3       +1 -1      jboss-seam/examples/jee5/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/jee5/view/password.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  
  
  
  1.3       +2 -1      jboss-seam/examples/jee5/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/jee5/view/register.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- register.xhtml	16 Jul 2007 16:21:56 -0000	1.2
  +++ register.xhtml	25 Jul 2007 21:35:30 -0000	1.3
  @@ -16,6 +16,8 @@
   		<div id="title"><img src="img/hdr.title.gif" alt="JBoss Suites: seam framework demo"/></div>
   	</div>
   	<div id="container">
  +		<div id="sidebar">		    
  +		</div>
   		<div id="content">
   			<div class="section">
   				<h1>Register</h1>
  @@ -99,5 +101,4 @@
   	<div id="footer">Created with JBoss EJB 3.0, Seam, MyFaces, and Facelets</div>
   </div>
   </body>
  -
   </html>
  
  
  
  1.3       +1 -1      jboss-seam/examples/jee5/view/template.xhtml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: template.xhtml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/jee5/view/template.xhtml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- template.xhtml	20 Jul 2007 18:57:17 -0000	1.2
  +++ template.xhtml	25 Jul 2007 21:35:30 -0000	1.3
  @@ -30,7 +30,7 @@
   		    <ui:include src="conversations.xhtml" />
   		</div>
   	</div>
  -	<div id="footer">Created with JBoss Seam 2.0, EJB 3.0, JSF 1.2, Hibernate 3 and Facelets</div>
  +	<div id="footer">Created with JBoss Seam 2.0, JSF 1.2, EJB 3 and Facelets</div>
   </div>
   </body>
   </html>
  
  
  



More information about the jboss-cvs-commits mailing list