[seam-commits] Seam SVN: r15147 - in	branches/community/Seam_2_3/examples-ee6/booking/booking-web/src/main/webapp:	exp and 1 other directory.
    seam-commits at lists.jboss.org 
    seam-commits at lists.jboss.org
       
    Mon Sep 17 04:48:22 EDT 2012
    
    
  
Author: manaRH
Date: 2012-09-17 04:48:22 -0400 (Mon, 17 Sep 2012)
New Revision: 15147
Modified:
   branches/community/Seam_2_3/examples-ee6/booking/booking-web/src/main/webapp/WEB-INF/components.xml
   branches/community/Seam_2_3/examples-ee6/booking/booking-web/src/main/webapp/exp/bookingExp.html
   branches/community/Seam_2_3/examples-ee6/booking/booking-web/src/main/webapp/exp/confirmExp.html
   branches/community/Seam_2_3/examples-ee6/booking/booking-web/src/main/webapp/exp/introExp.html
   branches/community/Seam_2_3/examples-ee6/booking/booking-web/src/main/webapp/exp/loginExp.html
   branches/community/Seam_2_3/examples-ee6/booking/booking-web/src/main/webapp/exp/mainExp.html
   branches/community/Seam_2_3/examples-ee6/booking/booking-web/src/main/webapp/exp/registerExp.html
   branches/community/Seam_2_3/examples-ee6/booking/booking-web/src/main/webapp/exp/workspaceExp.html
Log:
JBSEAM-5040 fixed IDE errors
Modified: branches/community/Seam_2_3/examples-ee6/booking/booking-web/src/main/webapp/WEB-INF/components.xml
===================================================================
--- branches/community/Seam_2_3/examples-ee6/booking/booking-web/src/main/webapp/WEB-INF/components.xml	2012-09-16 04:09:02 UTC (rev 15146)
+++ branches/community/Seam_2_3/examples-ee6/booking/booking-web/src/main/webapp/WEB-INF/components.xml	2012-09-17 08:48:22 UTC (rev 15147)
@@ -10,7 +10,7 @@
                  http://jboss.org/schema/seam/security http://jboss.org/schema/seam/security-2.3.xsd
                  http://jboss.org/schema/seam/components http://jboss.org/schema/seam/components-2.3.xsd">
     
-    <core:init jndi-pattern="${jndiPattern}" debug="true" distributable="${distributable}"/>   
+    <core:init jndi-pattern="${jndiPattern}" debug="true" distributable="@distributable@"/>   
         
     <core:manager conversation-timeout="120000"
                   concurrent-request-timeout="500"
Modified: branches/community/Seam_2_3/examples-ee6/booking/booking-web/src/main/webapp/exp/bookingExp.html
===================================================================
--- branches/community/Seam_2_3/examples-ee6/booking/booking-web/src/main/webapp/exp/bookingExp.html	2012-09-16 04:09:02 UTC (rev 15146)
+++ branches/community/Seam_2_3/examples-ee6/booking/booking-web/src/main/webapp/exp/bookingExp.html	2012-09-17 08:48:22 UTC (rev 15147)
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 <head>
 	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
@@ -15,9 +15,9 @@
     <h2>Conversations</h2>
     <img src="../img/header_line.gif" />
     
-       <form>
-          <input type="button" value="Close Window" onclick="window.close()"/>
-       </form>
+    <form>
+       <input type="button" value="Close Window" onclick="window.close()"/>
+    </form>
 
     <p>
        The hotel booking "wizard" is implemented by a conversation-scoped
Modified: branches/community/Seam_2_3/examples-ee6/booking/booking-web/src/main/webapp/exp/confirmExp.html
===================================================================
--- branches/community/Seam_2_3/examples-ee6/booking/booking-web/src/main/webapp/exp/confirmExp.html	2012-09-16 04:09:02 UTC (rev 15146)
+++ branches/community/Seam_2_3/examples-ee6/booking/booking-web/src/main/webapp/exp/confirmExp.html	2012-09-17 08:48:22 UTC (rev 15147)
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 <head>
 	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
Modified: branches/community/Seam_2_3/examples-ee6/booking/booking-web/src/main/webapp/exp/introExp.html
===================================================================
--- branches/community/Seam_2_3/examples-ee6/booking/booking-web/src/main/webapp/exp/introExp.html	2012-09-16 04:09:02 UTC (rev 15146)
+++ branches/community/Seam_2_3/examples-ee6/booking/booking-web/src/main/webapp/exp/introExp.html	2012-09-17 08:48:22 UTC (rev 15147)
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 <head>
 	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
@@ -15,13 +15,11 @@
     <h2>What is JBoss Seam</h2>
     <img src="../img/header_line.gif" />
     
-    <p>
-       <center>
+    <center>
        <form>
-          <INPUT type="button" value="Close Window" onclick="window.close()">
+          <input type="button" value="Close Window" onclick="window.close()"></input>
        </form>
-       </center>
-    </p>
+    </center>
     
     <p>
        EJB 3.0 and JSF are perhaps the most exciting new developments in the Java EE 5 platform. 
@@ -58,15 +56,13 @@
        -->
     </p>
 
-    <p>
-       <center>
-       <form>
-          <INPUT type="button" value="Close Window" onclick="window.close()">
-       </form>
-       </center>
-    </p>
+	<center>
+	<form>
+		<input type="button" value="Close Window" onclick="window.close()" />
+	</form>
+	</center>
 
-  </div>
+		</div>
 </div>
 
 </body>
Modified: branches/community/Seam_2_3/examples-ee6/booking/booking-web/src/main/webapp/exp/loginExp.html
===================================================================
--- branches/community/Seam_2_3/examples-ee6/booking/booking-web/src/main/webapp/exp/loginExp.html	2012-09-16 04:09:02 UTC (rev 15146)
+++ branches/community/Seam_2_3/examples-ee6/booking/booking-web/src/main/webapp/exp/loginExp.html	2012-09-17 08:48:22 UTC (rev 15147)
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 <head>
 	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
@@ -14,11 +14,11 @@
     <div class="numbox">2</div>
     <h2>What happens when you login?</h2>
     <img src="../img/header_line.gif" />
-    
+    <center>
        <form>
           <input type="button" value="Close Window" onclick="window.close()"/>
        </form>
-    
+    </center>
     <p>
        The login page is defined using pure XHTML with JSF controls. 
        The form uses JSF EL value binding and method binding 
@@ -30,7 +30,7 @@
 
 <code class="block">
 <div>
-    <h:outputLabel for="username">Login Name</h:outputLabel>
+    <h:outputLabel for="username">Login Name</h:outputLabel>
     <h:inputText id="username" value="#{identity.username}" />
 </div>
 <div>
Modified: branches/community/Seam_2_3/examples-ee6/booking/booking-web/src/main/webapp/exp/mainExp.html
===================================================================
--- branches/community/Seam_2_3/examples-ee6/booking/booking-web/src/main/webapp/exp/mainExp.html	2012-09-16 04:09:02 UTC (rev 15146)
+++ branches/community/Seam_2_3/examples-ee6/booking/booking-web/src/main/webapp/exp/mainExp.html	2012-09-17 08:48:22 UTC (rev 15147)
@@ -91,7 +91,7 @@
    
    public boolean isNextPageAvailable()
    {
-      return hotels!=null && hotels.size()==pageSize;
+      return hotels!=null && hotels.size()==pageSize;
    }
    
    public int getPageSize() {
@@ -137,7 +137,7 @@
 <code class="block">
 <h:outputText value="No Hotels Found" 
               rendered="#{hotels != null and hotels.rowCount==0}"/>
-<h:dataTable value="#{hotels}" var="hot" rendered="#{hotels.rowCount>0}">
+<h:dataTable value="#{hotels}" var="hot" rendered="#{hotels.rowCount>0}">
 	<h:column>
 		<f:facet name="header">Name</f:facet>
 		#{hot.name}
@@ -202,11 +202,11 @@
    }
 }
 </code>
-
+    <center>
        <form>
-          <input type="button" value="Close Window" onclick="window.close()"/>
+          <input type="button" value="Close Window" onclick="window.close()"></input>
        </form>
-
+    </center>
   </div>
 </div>
 
Modified: branches/community/Seam_2_3/examples-ee6/booking/booking-web/src/main/webapp/exp/registerExp.html
===================================================================
--- branches/community/Seam_2_3/examples-ee6/booking/booking-web/src/main/webapp/exp/registerExp.html	2012-09-16 04:09:02 UTC (rev 15146)
+++ branches/community/Seam_2_3/examples-ee6/booking/booking-web/src/main/webapp/exp/registerExp.html	2012-09-17 08:48:22 UTC (rev 15147)
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 <head>
 	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
Modified: branches/community/Seam_2_3/examples-ee6/booking/booking-web/src/main/webapp/exp/workspaceExp.html
===================================================================
--- branches/community/Seam_2_3/examples-ee6/booking/booking-web/src/main/webapp/exp/workspaceExp.html	2012-09-16 04:09:02 UTC (rev 15146)
+++ branches/community/Seam_2_3/examples-ee6/booking/booking-web/src/main/webapp/exp/workspaceExp.html	2012-09-17 08:48:22 UTC (rev 15147)
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+          "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 <head>
 	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
@@ -15,13 +15,11 @@
     <h2>The Workspace List</h2>
     <img src="../img/header_line.gif" />
     
-    <p>
-       <center>
+    <center>
        <form>
-          <INPUT type="button" value="Close Window" onclick="window.close()">
+          <input type="button" value="Close Window" onclick="window.close()"/>
        </form>
-       </center>
-    </p>
+    </center>
 
     <p>
        The workspace list allows the user to switch between multiple
@@ -79,14 +77,12 @@
        workspace list in your application.
     </p>
 
-    <p>
-       <form>
-      <input type="button" value="Close Window" onclick="window.close()"/>
-       </form>
-    </p>
+	<form>
+		<input type="button" value="Close Window" onclick="window.close()" />
+	</form>
 
-  </div>
 </div>
+</div>
 
 </body>
 </html>
    
    
More information about the seam-commits
mailing list