From seam-commits at lists.jboss.org Thu Oct 11 10:22:59 2012 Content-Type: multipart/mixed; boundary="===============4683054557464935005==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r15258 - branches/enterprise/WFK-2_1/examples/jee6/jee6-web/src/main/webapp/exp. Date: Thu, 11 Oct 2012 10:22:58 -0400 Message-ID: <201210111422.q9BEMwH2019604@svn01.web.mwc.hst.phx2.redhat.com> --===============4683054557464935005== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: manaRH Date: 2012-10-11 10:22:58 -0400 (Thu, 11 Oct 2012) New Revision: 15258 Modified: branches/enterprise/WFK-2_1/examples/jee6/jee6-web/src/main/webapp/exp/b= ookingExp.html branches/enterprise/WFK-2_1/examples/jee6/jee6-web/src/main/webapp/exp/c= onfirmExp.html branches/enterprise/WFK-2_1/examples/jee6/jee6-web/src/main/webapp/exp/i= ntroExp.html branches/enterprise/WFK-2_1/examples/jee6/jee6-web/src/main/webapp/exp/l= oginExp.html branches/enterprise/WFK-2_1/examples/jee6/jee6-web/src/main/webapp/exp/m= ainExp.html branches/enterprise/WFK-2_1/examples/jee6/jee6-web/src/main/webapp/exp/r= egisterExp.html branches/enterprise/WFK-2_1/examples/jee6/jee6-web/src/main/webapp/exp/w= orkspaceExp.html Log: jee6 example exp/ html files validation fixes Modified: branches/enterprise/WFK-2_1/examples/jee6/jee6-web/src/main/webap= p/exp/bookingExp.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/enterprise/WFK-2_1/examples/jee6/jee6-web/src/main/webapp/exp/= bookingExp.html 2012-10-11 14:22:46 UTC (rev 15257) +++ branches/enterprise/WFK-2_1/examples/jee6/jee6-web/src/main/webapp/exp/= bookingExp.html 2012-10-11 14:22:58 UTC (rev 15258) @@ -1,5 +1,5 @@ + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
@@ -15,9 +15,9 @@The hotel booking "wizard" is implemented by a conversation-scoped Modified: branches/enterprise/WFK-2_1/examples/jee6/jee6-web/src/main/webap= p/exp/confirmExp.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/enterprise/WFK-2_1/examples/jee6/jee6-web/src/main/webapp/exp/= confirmExp.html 2012-10-11 14:22:46 UTC (rev 15257) +++ branches/enterprise/WFK-2_1/examples/jee6/jee6-web/src/main/webapp/exp/= confirmExp.html 2012-10-11 14:22:58 UTC (rev 15258) @@ -1,5 +1,5 @@ + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Modified: branches/enterprise/WFK-2_1/examples/jee6/jee6-web/src/main/webap= p/exp/introExp.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- branches/enterprise/WFK-2_1/examples/jee6/jee6-web/src/main/webapp/exp/= introExp.html 2012-10-11 14:22:46 UTC (rev 15257) +++ branches/enterprise/WFK-2_1/examples/jee6/jee6-web/src/main/webapp/exp/= introExp.html 2012-10-11 14:22:58 UTC (rev 15258) @@ -1,5 +1,5 @@ + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> @@ -15,13 +15,11 @@-
EJB 3.0 and JSF are perhaps the most exciting new developments in t= he Java EE 5 platform. = @@ -58,15 +56,13 @@ -->
= --
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 @@
=
-
<div>
- <h:outputLabel for=3D"username">Login Name</h:outputLabel>
+ <h:outputLabel for=3D"username">Login Name</h:outputLabel>
<h:inputText id=3D"username" value=3D"#{identity.username}" />
</div>
<div>
Modified: branches/enterprise/WFK-2_1/examples/jee6/jee6-web/src/main/webap=
p/exp/mainExp.html
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- branches/enterprise/WFK-2_1/examples/jee6/jee6-web/src/main/webapp/exp/=
mainExp.html 2012-10-11 14:22:46 UTC (rev 15257)
+++ branches/enterprise/WFK-2_1/examples/jee6/jee6-web/src/main/webapp/exp/=
mainExp.html 2012-10-11 14:22:58 UTC (rev 15258)
@@ -91,7 +91,7 @@
=
public boolean isNextPageAvailable()
{
- return hotels!=3Dnull && hotels.size()=3D=3DpageSize;
+ return hotels!=3Dnull && hotels.size()=3D=3DpageSize;
}
=
public int getPageSize() {
@@ -137,7 +137,7 @@
<h:outputText value=3D"No Hotels Found" =
rendered=3D"#{hotels !=3D null and hotels.rowCount=3D=3D0}"/=
>
-<h:dataTable value=3D"#{hotels}" var=3D"hot" rendered=3D"#{hotels.rowCo=
unt>0}">
+<h:dataTable value=3D"#{hotels}" var=3D"hot" rendered=3D"#{hotels.rowCo=
unt>0}">
<h:column>
<f:facet name=3D"header">Name</f:facet>
#{hot.name}
@@ -202,11 +202,11 @@
}
}
-
+ The Workspace List
=
-
The workspace list allows the user to switch between multiple @@ -79,14 +77,12 @@ workspace list in your application.
= --
- + = - + = --===============4683054557464935005==--