From seam-commits at lists.jboss.org Fri Mar 26 02:42:26 2010 Content-Type: multipart/mixed; boundary="===============2249109044517130083==" MIME-Version: 1.0 From: seam-commits at lists.jboss.org To: seam-commits at lists.jboss.org Subject: [seam-commits] Seam SVN: r12299 - in modules/security/trunk/examples/seamspace/src/main/webapp: WEB-INF and 1 other directory. Date: Fri, 26 Mar 2010 02:42:26 -0400 Message-ID: <201003260642.o2Q6gQPE016103@svn01.web.mwc.hst.phx2.redhat.com> --===============2249109044517130083== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: shane.bryzak(a)jboss.com Date: 2010-03-26 02:42:26 -0400 (Fri, 26 Mar 2010) New Revision: 12299 Modified: modules/security/trunk/examples/seamspace/src/main/webapp/WEB-INF/web.xml modules/security/trunk/examples/seamspace/src/main/webapp/home.xhtml modules/security/trunk/examples/seamspace/src/main/webapp/index.html Log: minor Modified: modules/security/trunk/examples/seamspace/src/main/webapp/WEB-INF= /web.xml =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 --- modules/security/trunk/examples/seamspace/src/main/webapp/WEB-INF/web.x= ml 2010-03-26 04:59:57 UTC (rev 12298) +++ modules/security/trunk/examples/seamspace/src/main/webapp/WEB-INF/web.x= ml 2010-03-26 06:42:26 UTC (rev 12299) @@ -5,7 +5,25 @@ xsi:schemaLocation=3D"http://java.sun.com/xml/ns/javaee http://java.su= n.com/xml/ns/javaee/web-app_2_5.xsd"> = SeamSpace Example + = + = + + Faces Servlet + javax.faces.webapp.FacesServlet + 1 + + + + Faces Servlet + *.jsf + = + = + + javax.faces.DEFAULT_SUFFIX + .xhtml + = + = Modified: modules/security/trunk/examples/seamspace/src/main/webapp/home.xh= tml =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 --- modules/security/trunk/examples/seamspace/src/main/webapp/home.xhtml 20= 10-03-26 04:59:57 UTC (rev 12298) +++ modules/security/trunk/examples/seamspace/src/main/webapp/home.xhtml 20= 10-03-26 06:42:26 UTC (rev 12299) @@ -1,93 +1,93 @@ - - + + + template=3D"/template.xhtml"> + = + +
+

Welcome to seamspace!

+ = +

+ This example project is an imitation of a popular social networkin= g site, and has + been put together to demonstrate the various features of the Seam = Security API. +

+ = +

New! You can now use the = + page to generate password hashes for your own application. +

+ = +
= - - -
-

Welcome to seamspace!

- = -

- This example project is an imitation of a popular social network= ing site, and has - been put together to demonstrate the various features of the Sea= m Security API. -

- = -

New! You can now use the = - page to generate password hashes for your own application. -

- = -
+
+
= -
-
- -
-
- = - -
-
Member Login
- = - - = -
- - -
- = -
- -
- = -
- - -
- = -
- -
= - = -
- - -
- -
- - -
- -
+
+
+ = + +
+
Member Login
= + + = +
+ +
= - Tip: You can log in using demo/demo as the username= /password - - = -
-
Cool new members
- = - -
+
+ +
+ = +
+ + +
+ = +
+ +
= + = +
+ + +
= - - - #{newMember.memberName}
- -
- = -
-
= - = +
+ + +
+
+ =
+ = + Tip: You can log in using demo/demo as the username/p= assword + + = +
+
Cool new members
+ = + +
+ + + + #{newMember.memberName}
+ +
+ = +
+
= + = +
- = - - = - - +
+ = + + = + Modified: modules/security/trunk/examples/seamspace/src/main/webapp/index.h= tml =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 --- modules/security/trunk/examples/seamspace/src/main/webapp/index.html 20= 10-03-26 04:59:57 UTC (rev 12298) +++ modules/security/trunk/examples/seamspace/src/main/webapp/index.html 20= 10-03-26 06:42:26 UTC (rev 12299) @@ -1,5 +1,5 @@ - + \ No newline at end of file --===============2249109044517130083==--