Author: dan.j.allen
Date: 2009-05-24 23:28:02 -0400 (Sun, 24 May 2009)
New Revision: 10961
Modified:
branches/community/Seam_2_1/examples/booking/view/css/screen.css
branches/community/Seam_2_1/examples/booking/view/home.xhtml
branches/community/Seam_2_1/examples/booking/view/register.xhtml
branches/community/Seam_2_1/examples/groovybooking/resources/import-dev.sql
branches/community/Seam_2_1/examples/groovybooking/resources/import-prod.sql
branches/community/Seam_2_1/examples/groovybooking/resources/import-test.sql
branches/community/Seam_2_1/examples/groovybooking/view/css/screen.css
branches/community/Seam_2_1/examples/groovybooking/view/home.xhtml
branches/community/Seam_2_1/examples/groovybooking/view/register.xhtml
branches/community/Seam_2_1/examples/hibernate/view/home.xhtml
branches/community/Seam_2_1/examples/hibernate/view/register.xhtml
branches/community/Seam_2_1/examples/icefaces/resources/import.sql
branches/community/Seam_2_1/examples/icefaces/view/register.xhtml
branches/community/Seam_2_1/examples/icefaces/view/template.xhtml
branches/community/Seam_2_1/examples/jee5/booking/resources/import.sql
branches/community/Seam_2_1/examples/jee5/booking/view/home.xhtml
branches/community/Seam_2_1/examples/jee5/booking/view/register.xhtml
branches/community/Seam_2_1/examples/jee5/remoting/resources/import.sql
branches/community/Seam_2_1/examples/jpa/view/home.xhtml
branches/community/Seam_2_1/examples/jpa/view/register.xhtml
branches/community/Seam_2_1/examples/nestedbooking/view/home.xhtml
branches/community/Seam_2_1/examples/nestedbooking/view/register.xhtml
branches/community/Seam_2_1/examples/nestedbooking/view/template.xhtml
branches/community/Seam_2_1/examples/spring/resources/import.sql
branches/community/Seam_2_1/examples/spring/view/home.xhtml
branches/community/Seam_2_1/examples/spring/view/register.xhtml
branches/community/Seam_2_1/examples/spring/view/template.xhtml
branches/community/Seam_2_1/examples/wicket/resources/import.sql
Log:
fix spelling of hotel name
change MyFaces references to JSF (Mojarra) in footer
Modified: branches/community/Seam_2_1/examples/booking/view/css/screen.css
===================================================================
--- branches/community/Seam_2_1/examples/booking/view/css/screen.css 2009-05-25 03:27:14
UTC (rev 10960)
+++ branches/community/Seam_2_1/examples/booking/view/css/screen.css 2009-05-25 03:28:02
UTC (rev 10961)
@@ -240,6 +240,8 @@
#content table.radio {
border: 0px;
}
+#content .input table,
+#content .input tbody tr td,
#content table.radio tbody tr td {
border: 0px;
border-left: 0px;
Modified: branches/community/Seam_2_1/examples/booking/view/home.xhtml
===================================================================
--- branches/community/Seam_2_1/examples/booking/view/home.xhtml 2009-05-25 03:27:14 UTC
(rev 10960)
+++ branches/community/Seam_2_1/examples/booking/view/home.xhtml 2009-05-25 03:28:02 UTC
(rev 10961)
@@ -74,7 +74,7 @@
</div>
</div>
</div>
- <div id="footer">Created with JBoss EJB 3.0, Seam, MyFaces, and
Facelets</div>
+ <div id="footer">Created with JBoss EJB 3.0, Seam, JSF (Mojarra), and
Facelets</div>
</div>
</f:view>
</body>
Modified: branches/community/Seam_2_1/examples/booking/view/register.xhtml
===================================================================
--- branches/community/Seam_2_1/examples/booking/view/register.xhtml 2009-05-25 03:27:14
UTC (rev 10960)
+++ branches/community/Seam_2_1/examples/booking/view/register.xhtml 2009-05-25 03:28:02
UTC (rev 10961)
@@ -93,7 +93,7 @@
</div>
- <div id="footer">Created with JBoss EJB 3.0, Seam, MyFaces, and
Facelets</div>
+ <div id="footer">Created with JBoss EJB 3.0, Seam, JSF (Mojarra), and
Facelets</div>
</div>
Modified: branches/community/Seam_2_1/examples/groovybooking/resources/import-dev.sql
===================================================================
--- branches/community/Seam_2_1/examples/groovybooking/resources/import-dev.sql 2009-05-25
03:27:14 UTC (rev 10960)
+++ branches/community/Seam_2_1/examples/groovybooking/resources/import-dev.sql 2009-05-25
03:28:02 UTC (rev 10961)
@@ -9,7 +9,7 @@
insert into Hotel (id, price, name, address, city, state, zip, country) values (8, 300,
'Conrad Miami', '1395 Brickell Ave', 'Miami', 'FL',
'33131', 'USA')
insert into Hotel (id, price, name, address, city, state, zip, country) values (9, 80,
'Sea Horse Inn', '2106 N Clairemont Ave', 'Eau Claire',
'WI', '54703', 'USA')
insert into Hotel (id, price, name, address, city, state, zip, country) values (10, 90,
'Super 8 Eau Claire Campus Area', '1151 W Macarthur Ave', 'Eau
Claire', 'WI', '54701', 'USA')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (11, 160,
'Marriot Downtown', '55 Fourth Street', 'San Francisco',
'CA', '94103', 'USA')
+insert into Hotel (id, price, name, address, city, state, zip, country) values (11, 160,
'MarriottDowntown', '55 Fourth Street', 'San Francisco',
'CA', '94103', 'USA')
insert into Hotel (id, price, name, address, city, state, zip, country) values (12, 200,
'Hilton Diagonal Mar', 'Passeig del Taulat 262-264', 'Barcelona',
'Catalunya', '08019', 'Spain')
insert into Hotel (id, price, name, address, city, state, zip, country) values (13, 210,
'Hilton Tel Aviv', 'Independence Park', 'Tel Aviv', '',
'63405', 'Israel')
insert into Hotel (id, price, name, address, city, state, zip, country) values (14, 240,
'InterContinental Tokyo Bay', 'Takeshiba Pier', 'Tokyo',
'', '105', 'Japan')
Modified: branches/community/Seam_2_1/examples/groovybooking/resources/import-prod.sql
===================================================================
---
branches/community/Seam_2_1/examples/groovybooking/resources/import-prod.sql 2009-05-25
03:27:14 UTC (rev 10960)
+++
branches/community/Seam_2_1/examples/groovybooking/resources/import-prod.sql 2009-05-25
03:28:02 UTC (rev 10961)
@@ -9,7 +9,7 @@
insert into Hotel (id, price, name, address, city, state, zip, country) values (8, 300,
'Conrad Miami', '1395 Brickell Ave', 'Miami', 'FL',
'33131', 'USA')
insert into Hotel (id, price, name, address, city, state, zip, country) values (9, 80,
'Sea Horse Inn', '2106 N Clairemont Ave', 'Eau Claire',
'WI', '54703', 'USA')
insert into Hotel (id, price, name, address, city, state, zip, country) values (10, 90,
'Super 8 Eau Claire Campus Area', '1151 W Macarthur Ave', 'Eau
Claire', 'WI', '54701', 'USA')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (11, 160,
'Marriot Downtown', '55 Fourth Street', 'San Francisco',
'CA', '94103', 'USA')
+insert into Hotel (id, price, name, address, city, state, zip, country) values (11, 160,
'MarriottDowntown', '55 Fourth Street', 'San Francisco',
'CA', '94103', 'USA')
insert into Hotel (id, price, name, address, city, state, zip, country) values (12, 200,
'Hilton Diagonal Mar', 'Passeig del Taulat 262-264', 'Barcelona',
'Catalunya', '08019', 'Spain')
insert into Hotel (id, price, name, address, city, state, zip, country) values (13, 210,
'Hilton Tel Aviv', 'Independence Park', 'Tel Aviv', '',
'63405', 'Israel')
insert into Hotel (id, price, name, address, city, state, zip, country) values (14, 240,
'InterContinental Tokyo Bay', 'Takeshiba Pier', 'Tokyo',
'', '105', 'Japan')
Modified: branches/community/Seam_2_1/examples/groovybooking/resources/import-test.sql
===================================================================
---
branches/community/Seam_2_1/examples/groovybooking/resources/import-test.sql 2009-05-25
03:27:14 UTC (rev 10960)
+++
branches/community/Seam_2_1/examples/groovybooking/resources/import-test.sql 2009-05-25
03:28:02 UTC (rev 10961)
@@ -9,7 +9,7 @@
insert into Hotel (id, price, name, address, city, state, zip, country) values (8, 300,
'Conrad Miami', '1395 Brickell Ave', 'Miami', 'FL',
'33131', 'USA')
insert into Hotel (id, price, name, address, city, state, zip, country) values (9, 80,
'Sea Horse Inn', '2106 N Clairemont Ave', 'Eau Claire',
'WI', '54703', 'USA')
insert into Hotel (id, price, name, address, city, state, zip, country) values (10, 90,
'Super 8 Eau Claire Campus Area', '1151 W Macarthur Ave', 'Eau
Claire', 'WI', '54701', 'USA')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (11, 160,
'Marriot Downtown', '55 Fourth Street', 'San Francisco',
'CA', '94103', 'USA')
+insert into Hotel (id, price, name, address, city, state, zip, country) values (11, 160,
'MarriottDowntown', '55 Fourth Street', 'San Francisco',
'CA', '94103', 'USA')
insert into Hotel (id, price, name, address, city, state, zip, country) values (12, 200,
'Hilton Diagonal Mar', 'Passeig del Taulat 262-264', 'Barcelona',
'Catalunya', '08019', 'Spain')
insert into Hotel (id, price, name, address, city, state, zip, country) values (13, 210,
'Hilton Tel Aviv', 'Independence Park', 'Tel Aviv', '',
'63405', 'Israel')
insert into Hotel (id, price, name, address, city, state, zip, country) values (14, 240,
'InterContinental Tokyo Bay', 'Takeshiba Pier', 'Tokyo',
'', '105', 'Japan')
Modified: branches/community/Seam_2_1/examples/groovybooking/view/css/screen.css
===================================================================
--- branches/community/Seam_2_1/examples/groovybooking/view/css/screen.css 2009-05-25
03:27:14 UTC (rev 10960)
+++ branches/community/Seam_2_1/examples/groovybooking/view/css/screen.css 2009-05-25
03:28:02 UTC (rev 10961)
@@ -231,6 +231,8 @@
#radio table {
border: 0px;
}
+#content .input table,
+#content .input tbody tr td,
#radio table tr td {
border: 0px;
border-left: 0px;
Modified: branches/community/Seam_2_1/examples/groovybooking/view/home.xhtml
===================================================================
--- branches/community/Seam_2_1/examples/groovybooking/view/home.xhtml 2009-05-25 03:27:14
UTC (rev 10960)
+++ branches/community/Seam_2_1/examples/groovybooking/view/home.xhtml 2009-05-25 03:28:02
UTC (rev 10961)
@@ -42,7 +42,7 @@
</h:form>
</div>
</div>
- <div id="footer">Created with JBoss EJB 3.0, Seam, MyFaces, and
Facelets</div>
+ <div id="footer">Created with JBoss EJB 3.0, Seam, JSF (Mojarra), and
Facelets</div>
</div>
</f:view>
</body>
Modified: branches/community/Seam_2_1/examples/groovybooking/view/register.xhtml
===================================================================
--- branches/community/Seam_2_1/examples/groovybooking/view/register.xhtml 2009-05-25
03:27:14 UTC (rev 10960)
+++ branches/community/Seam_2_1/examples/groovybooking/view/register.xhtml 2009-05-25
03:28:02 UTC (rev 10961)
@@ -96,7 +96,7 @@
</div>
</div>
</div>
- <div id="footer">Created with JBoss EJB 3.0, Seam, MyFaces, and
Facelets</div>
+ <div id="footer">Created with JBoss EJB 3.0, Seam, JSF (Mojarra), and
Facelets</div>
</div>
</body>
</html>
Modified: branches/community/Seam_2_1/examples/hibernate/view/home.xhtml
===================================================================
--- branches/community/Seam_2_1/examples/hibernate/view/home.xhtml 2009-05-25 03:27:14 UTC
(rev 10960)
+++ branches/community/Seam_2_1/examples/hibernate/view/home.xhtml 2009-05-25 03:28:02 UTC
(rev 10961)
@@ -42,7 +42,7 @@
</h:form>
</div>
</div>
- <div id="footer">Created with JBoss EJB 3.0, Seam, MyFaces, and
Facelets</div>
+ <div id="footer">Created with JBoss EJB 3.0, Seam, JSF (Mojarra), and
Facelets</div>
</div>
</f:view>
</body>
Modified: branches/community/Seam_2_1/examples/hibernate/view/register.xhtml
===================================================================
--- branches/community/Seam_2_1/examples/hibernate/view/register.xhtml 2009-05-25 03:27:14
UTC (rev 10960)
+++ branches/community/Seam_2_1/examples/hibernate/view/register.xhtml 2009-05-25 03:28:02
UTC (rev 10961)
@@ -98,7 +98,7 @@
</div>
</div>
</div>
- <div id="footer">Created with JBoss EJB 3.0, Seam, MyFaces, and
Facelets</div>
+ <div id="footer">Created with JBoss EJB 3.0, Seam, JSF (Mojarra), and
Facelets</div>
</div>
</body>
</html>
Modified: branches/community/Seam_2_1/examples/icefaces/resources/import.sql
===================================================================
--- branches/community/Seam_2_1/examples/icefaces/resources/import.sql 2009-05-25 03:27:14
UTC (rev 10960)
+++ branches/community/Seam_2_1/examples/icefaces/resources/import.sql 2009-05-25 03:28:02
UTC (rev 10961)
@@ -9,7 +9,7 @@
insert into Hotel (id, price, name, address, city, state, zip, country) values (8, 300,
'Conrad Miami', '1395 Brickell Ave', 'Miami', 'FL',
'33131', 'USA')
insert into Hotel (id, price, name, address, city, state, zip, country) values (9, 80,
'Sea Horse Inn', '2106 N Clairemont Ave', 'Eau Claire',
'WI', '54703', 'USA')
insert into Hotel (id, price, name, address, city, state, zip, country) values (10, 90,
'Super 8 Eau Claire Campus Area', '1151 W Macarthur Ave', 'Eau
Claire', 'WI', '54701', 'USA')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (11, 160,
'Marriot Downtown', '55 Fourth Street', 'San Francisco',
'CA', '94103', 'USA')
+insert into Hotel (id, price, name, address, city, state, zip, country) values (11, 160,
'MarriottDowntown', '55 Fourth Street', 'San Francisco',
'CA', '94103', 'USA')
insert into Hotel (id, price, name, address, city, state, zip, country) values (12, 200,
'Hilton Diagonal Mar', 'Passeig del Taulat 262-264', 'Barcelona',
'Catalunya', '08019', 'Spain')
insert into Hotel (id, price, name, address, city, state, zip, country) values (13, 210,
'Hilton Tel Aviv', 'Independence Park', 'Tel Aviv', '',
'63405', 'Israel')
insert into Hotel (id, price, name, address, city, state, zip, country) values (14, 240,
'InterContinental Tokyo Bay', 'Takeshiba Pier', 'Tokyo',
'', '105', 'Japan')
Modified: branches/community/Seam_2_1/examples/icefaces/view/register.xhtml
===================================================================
--- branches/community/Seam_2_1/examples/icefaces/view/register.xhtml 2009-05-25 03:27:14
UTC (rev 10960)
+++ branches/community/Seam_2_1/examples/icefaces/view/register.xhtml 2009-05-25 03:28:02
UTC (rev 10961)
@@ -93,7 +93,7 @@
</ice:panelGroup>
- <div id="footer">Created with JBoss EJB 3.0, Seam, MyFaces, and
Facelets</div>
+ <div id="footer">Created with JBoss EJB 3.0, Seam, JSF (Mojarra), and
Facelets</div>
</ice:panelGroup>
Modified: branches/community/Seam_2_1/examples/icefaces/view/template.xhtml
===================================================================
--- branches/community/Seam_2_1/examples/icefaces/view/template.xhtml 2009-05-25 03:27:14
UTC (rev 10960)
+++ branches/community/Seam_2_1/examples/icefaces/view/template.xhtml 2009-05-25 03:28:02
UTC (rev 10961)
@@ -34,7 +34,7 @@
<ui:include src="conversations.xhtml" />
</div>
</div>
- <div id="footer">Created with JBoss EJB 3.0, Seam, MyFaces, ICEfaces and
Facelets</div>
+ <div id="footer">Created with JBoss EJB 3.0, Seam, JSF (Mojarra),
ICEfaces and Facelets</div>
</div>
</body>
</html>
Modified: branches/community/Seam_2_1/examples/jee5/booking/resources/import.sql
===================================================================
--- branches/community/Seam_2_1/examples/jee5/booking/resources/import.sql 2009-05-25
03:27:14 UTC (rev 10960)
+++ branches/community/Seam_2_1/examples/jee5/booking/resources/import.sql 2009-05-25
03:28:02 UTC (rev 10961)
@@ -9,7 +9,7 @@
insert into Hotel (id, price, name, address, city, state, zip, country) values (8, 300,
'Conrad Miami', '1395 Brickell Ave', 'Miami', 'FL',
'33131', 'USA')
insert into Hotel (id, price, name, address, city, state, zip, country) values (9, 80,
'Sea Horse Inn', '2106 N Clairemont Ave', 'Eau Claire',
'WI', '54703', 'USA')
insert into Hotel (id, price, name, address, city, state, zip, country) values (10, 90,
'Super 8 Eau Claire Campus Area', '1151 W Macarthur Ave', 'Eau
Claire', 'WI', '54701', 'USA')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (11, 160,
'Marriot Downtown', '55 Fourth Street', 'San Francisco',
'CA', '94103', 'USA')
+insert into Hotel (id, price, name, address, city, state, zip, country) values (11, 160,
'MarriottDowntown', '55 Fourth Street', 'San Francisco',
'CA', '94103', 'USA')
insert into Hotel (id, price, name, address, city, state, zip, country) values (12, 200,
'Hilton Diagonal Mar', 'Passeig del Taulat 262-264', 'Barcelona',
'Catalunya', '08019', 'Spain')
insert into Hotel (id, price, name, address, city, state, zip, country) values (13, 210,
'Hilton Tel Aviv', 'Independence Park', 'Tel Aviv', '',
'63405', 'Israel')
insert into Hotel (id, price, name, address, city, state, zip, country) values (14, 240,
'InterContinental Tokyo Bay', 'Takeshiba Pier', 'Tokyo',
'', '105', 'Japan')
Modified: branches/community/Seam_2_1/examples/jee5/booking/view/home.xhtml
===================================================================
--- branches/community/Seam_2_1/examples/jee5/booking/view/home.xhtml 2009-05-25 03:27:14
UTC (rev 10960)
+++ branches/community/Seam_2_1/examples/jee5/booking/view/home.xhtml 2009-05-25 03:28:02
UTC (rev 10961)
@@ -42,7 +42,7 @@
</h:form>
</div>
</div>
- <div id="footer">Created with JBoss EJB 3.0, Seam, MyFaces, and
Facelets</div>
+ <div id="footer">Created with JBoss EJB 3.0, Seam, JSF (Mojarra), and
Facelets</div>
</div>
</f:view>
</body>
Modified: branches/community/Seam_2_1/examples/jee5/booking/view/register.xhtml
===================================================================
--- branches/community/Seam_2_1/examples/jee5/booking/view/register.xhtml 2009-05-25
03:27:14 UTC (rev 10960)
+++ branches/community/Seam_2_1/examples/jee5/booking/view/register.xhtml 2009-05-25
03:28:02 UTC (rev 10961)
@@ -98,7 +98,7 @@
</div>
</div>
</div>
- <div id="footer">Created with JBoss EJB 3.0, Seam, MyFaces, and
Facelets</div>
+ <div id="footer">Created with JBoss EJB 3.0, Seam, JSF (Mojarra), and
Facelets</div>
</div>
</body>
</html>
Modified: branches/community/Seam_2_1/examples/jee5/remoting/resources/import.sql
===================================================================
--- branches/community/Seam_2_1/examples/jee5/remoting/resources/import.sql 2009-05-25
03:27:14 UTC (rev 10960)
+++ branches/community/Seam_2_1/examples/jee5/remoting/resources/import.sql 2009-05-25
03:28:02 UTC (rev 10961)
@@ -9,7 +9,7 @@
insert into Hotel (id, price, name, address, city, state, zip, country) values (8, 300,
'Conrad Miami', '1395 Brickell Ave', 'Miami', 'FL',
'33131', 'USA')
insert into Hotel (id, price, name, address, city, state, zip, country) values (9, 80,
'Sea Horse Inn', '2106 N Clairemont Ave', 'Eau Claire',
'WI', '54703', 'USA')
insert into Hotel (id, price, name, address, city, state, zip, country) values (10, 90,
'Super 8 Eau Claire Campus Area', '1151 W Macarthur Ave', 'Eau
Claire', 'WI', '54701', 'USA')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (11, 160,
'Marriot Downtown', '55 Fourth Street', 'San Francisco',
'CA', '94103', 'USA')
+insert into Hotel (id, price, name, address, city, state, zip, country) values (11, 160,
'MarriottDowntown', '55 Fourth Street', 'San Francisco',
'CA', '94103', 'USA')
insert into Hotel (id, price, name, address, city, state, zip, country) values (12, 200,
'Hilton Diagonal Mar', 'Passeig del Taulat 262-264', 'Barcelona',
'Catalunya', '08019', 'Spain')
insert into Hotel (id, price, name, address, city, state, zip, country) values (13, 210,
'Hilton Tel Aviv', 'Independence Park', 'Tel Aviv', '',
'63405', 'Israel')
insert into Hotel (id, price, name, address, city, state, zip, country) values (14, 240,
'InterContinental Tokyo Bay', 'Takeshiba Pier', 'Tokyo',
'', '105', 'Japan')
Modified: branches/community/Seam_2_1/examples/jpa/view/home.xhtml
===================================================================
--- branches/community/Seam_2_1/examples/jpa/view/home.xhtml 2009-05-25 03:27:14 UTC (rev
10960)
+++ branches/community/Seam_2_1/examples/jpa/view/home.xhtml 2009-05-25 03:28:02 UTC (rev
10961)
@@ -42,7 +42,7 @@
</h:form>
</div>
</div>
- <div id="footer">Created with JBoss EJB 3.0, Seam, MyFaces, and
Facelets</div>
+ <div id="footer">Created with JBoss EJB 3.0, Seam, JSF (Mojarra), and
Facelets</div>
</div>
</f:view>
</body>
Modified: branches/community/Seam_2_1/examples/jpa/view/register.xhtml
===================================================================
--- branches/community/Seam_2_1/examples/jpa/view/register.xhtml 2009-05-25 03:27:14 UTC
(rev 10960)
+++ branches/community/Seam_2_1/examples/jpa/view/register.xhtml 2009-05-25 03:28:02 UTC
(rev 10961)
@@ -98,7 +98,7 @@
</div>
</div>
</div>
- <div id="footer">Created with JBoss EJB 3.0, Seam, MyFaces, and
Facelets</div>
+ <div id="footer">Created with JBoss EJB 3.0, Seam, JSF (Mojarra), and
Facelets</div>
</div>
</body>
</html>
Modified: branches/community/Seam_2_1/examples/nestedbooking/view/home.xhtml
===================================================================
--- branches/community/Seam_2_1/examples/nestedbooking/view/home.xhtml 2009-05-25 03:27:14
UTC (rev 10960)
+++ branches/community/Seam_2_1/examples/nestedbooking/view/home.xhtml 2009-05-25 03:28:02
UTC (rev 10961)
@@ -44,7 +44,7 @@
<div id="content">
</div>
</div>
- <div id="footer">Created with JBoss EJB 3.0, Seam, MyFaces, and
Facelets</div>
+ <div id="footer">Created with JBoss EJB 3.0, Seam, JSF (Mojarra), and
Facelets</div>
</div>
</f:view>
</body>
Modified: branches/community/Seam_2_1/examples/nestedbooking/view/register.xhtml
===================================================================
--- branches/community/Seam_2_1/examples/nestedbooking/view/register.xhtml 2009-05-25
03:27:14 UTC (rev 10960)
+++ branches/community/Seam_2_1/examples/nestedbooking/view/register.xhtml 2009-05-25
03:28:02 UTC (rev 10961)
@@ -68,7 +68,7 @@
</div>
</div>
</div>
- <div id="footer">Created with JBoss EJB 3.0, Seam, MyFaces, and
Facelets</div>
+ <div id="footer">Created with JBoss EJB 3.0, Seam, JSF (Mojarra), and
Facelets</div>
</div>
</body>
</html>
Modified: branches/community/Seam_2_1/examples/nestedbooking/view/template.xhtml
===================================================================
--- branches/community/Seam_2_1/examples/nestedbooking/view/template.xhtml 2009-05-25
03:27:14 UTC (rev 10960)
+++ branches/community/Seam_2_1/examples/nestedbooking/view/template.xhtml 2009-05-25
03:28:02 UTC (rev 10961)
@@ -30,7 +30,7 @@
<ui:include src="conversations.xhtml" />
</div>
</div>
- <div id="footer">Created with JBoss EJB 3.0, Seam, MyFaces, and
Facelets</div>
+ <div id="footer">Created with JBoss EJB 3.0, Seam, JSF (Mojarra), and
Facelets</div>
</div>
</body>
</html>
Modified: branches/community/Seam_2_1/examples/spring/resources/import.sql
===================================================================
--- branches/community/Seam_2_1/examples/spring/resources/import.sql 2009-05-25 03:27:14
UTC (rev 10960)
+++ branches/community/Seam_2_1/examples/spring/resources/import.sql 2009-05-25 03:28:02
UTC (rev 10961)
@@ -9,7 +9,7 @@
insert into Hotel (id, price, name, address, city, state, zip, country) values (8, 300,
'Conrad Miami', '1395 Brickell Ave', 'Miami', 'FL',
'33131', 'USA')
insert into Hotel (id, price, name, address, city, state, zip, country) values (9, 80,
'Sea Horse Inn', '2106 N Clairemont Ave', 'Eau Claire',
'WI', '54703', 'USA')
insert into Hotel (id, price, name, address, city, state, zip, country) values (10, 90,
'Super 8 Eau Claire Campus Area', '1151 W Macarthur Ave', 'Eau
Claire', 'WI', '54701', 'USA')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (11, 160,
'Marriot Downtown', '55 Fourth Street', 'San Francisco',
'CA', '94103', 'USA')
+insert into Hotel (id, price, name, address, city, state, zip, country) values (11, 160,
'MarriottDowntown', '55 Fourth Street', 'San Francisco',
'CA', '94103', 'USA')
insert into Hotel (id, price, name, address, city, state, zip, country) values (12, 200,
'Hilton Diagonal Mar', 'Passeig del Taulat 262-264', 'Barcelona',
'Catalunya', '08019', 'Spain')
insert into Hotel (id, price, name, address, city, state, zip, country) values (13, 210,
'Hilton Tel Aviv', 'Independence Park', 'Tel Aviv', '',
'63405', 'Israel')
insert into Hotel (id, price, name, address, city, state, zip, country) values (14, 240,
'InterContinental Tokyo Bay', 'Takeshiba Pier', 'Tokyo',
'', '105', 'Japan')
Modified: branches/community/Seam_2_1/examples/spring/view/home.xhtml
===================================================================
--- branches/community/Seam_2_1/examples/spring/view/home.xhtml 2009-05-25 03:27:14 UTC
(rev 10960)
+++ branches/community/Seam_2_1/examples/spring/view/home.xhtml 2009-05-25 03:28:02 UTC
(rev 10961)
@@ -62,7 +62,7 @@
</div>
</div>
</div>
- <div id="footer">Created with JBoss EJB 3.0, Seam, MyFaces, and
Facelets</div>
+ <div id="footer">Created with JBoss EJB 3.0, Seam, JSF (Mojarra), and
Facelets</div>
</div>
</f:view>
</body>
Modified: branches/community/Seam_2_1/examples/spring/view/register.xhtml
===================================================================
--- branches/community/Seam_2_1/examples/spring/view/register.xhtml 2009-05-25 03:27:14
UTC (rev 10960)
+++ branches/community/Seam_2_1/examples/spring/view/register.xhtml 2009-05-25 03:28:02
UTC (rev 10961)
@@ -111,7 +111,7 @@
</div>
</div>
</div>
- <div id="footer">Created with JBoss EJB 3.0, Seam, MyFaces, and
Facelets</div>
+ <div id="footer">Created with JBoss EJB 3.0, Seam, JSF (Mojarra), and
Facelets</div>
</div>
</body>
</html>
Modified: branches/community/Seam_2_1/examples/spring/view/template.xhtml
===================================================================
--- branches/community/Seam_2_1/examples/spring/view/template.xhtml 2009-05-25 03:27:14
UTC (rev 10960)
+++ branches/community/Seam_2_1/examples/spring/view/template.xhtml 2009-05-25 03:28:02
UTC (rev 10961)
@@ -30,7 +30,7 @@
<ui:include src="conversations.xhtml" />
</div>
</div>
- <div id="footer">Created with JBoss EJB 3.0, Seam, MyFaces, and
Facelets</div>
+ <div id="footer">Created with JBoss EJB 3.0, Seam, JSF (Mojarra), and
Facelets</div>
</div>
</body>
</html>
Modified: branches/community/Seam_2_1/examples/wicket/resources/import.sql
===================================================================
--- branches/community/Seam_2_1/examples/wicket/resources/import.sql 2009-05-25 03:27:14
UTC (rev 10960)
+++ branches/community/Seam_2_1/examples/wicket/resources/import.sql 2009-05-25 03:28:02
UTC (rev 10961)
@@ -9,7 +9,7 @@
insert into Hotel (id, price, name, address, city, state, zip, country) values (8, 300,
'Conrad Miami', '1395 Brickell Ave', 'Miami', 'FL',
'33131', 'USA')
insert into Hotel (id, price, name, address, city, state, zip, country) values (9, 80,
'Sea Horse Inn', '2106 N Clairemont Ave', 'Eau Claire',
'WI', '54703', 'USA')
insert into Hotel (id, price, name, address, city, state, zip, country) values (10, 90,
'Super 8 Eau Claire Campus Area', '1151 W Macarthur Ave', 'Eau
Claire', 'WI', '54701', 'USA')
-insert into Hotel (id, price, name, address, city, state, zip, country) values (11, 160,
'Marriot Downtown', '55 Fourth Street', 'San Francisco',
'CA', '94103', 'USA')
+insert into Hotel (id, price, name, address, city, state, zip, country) values (11, 160,
'MarriottDowntown', '55 Fourth Street', 'San Francisco',
'CA', '94103', 'USA')
insert into Hotel (id, price, name, address, city, state, zip, country) values (12, 200,
'Hilton Diagonal Mar', 'Passeig del Taulat 262-264', 'Barcelona',
'Catalunya', '08019', 'Spain')
insert into Hotel (id, price, name, address, city, state, zip, country) values (13, 210,
'Hilton Tel Aviv', 'Independence Park', 'Tel Aviv', '',
'63405', 'Israel')
insert into Hotel (id, price, name, address, city, state, zip, country) values (14, 240,
'InterContinental Tokyo Bay', 'Takeshiba Pier', 'Tokyo',
'', '105', 'Japan')