From richfaces-svn-commits at lists.jboss.org Wed Oct 3 07:19:48 2007 Content-Type: multipart/mixed; boundary="===============3661650991100189486==" MIME-Version: 1.0 From: richfaces-svn-commits at lists.jboss.org To: richfaces-svn-commits at lists.jboss.org Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r3220 - trunk/samples/tabPanelDemo/src/main/webapp/pages. Date: Wed, 03 Oct 2007 07:19:48 -0400 Message-ID: --===============3661650991100189486== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: abelevich Date: 2007-10-03 07:19:48 -0400 (Wed, 03 Oct 2007) New Revision: 3220 Added: trunk/samples/tabPanelDemo/src/main/webapp/pages/test.jsp trunk/samples/tabPanelDemo/src/main/webapp/pages/test2.jsp Log: Added: trunk/samples/tabPanelDemo/src/main/webapp/pages/test.jsp =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/samples/tabPanelDemo/src/main/webapp/pages/test.jsp = (rev 0) +++ trunk/samples/tabPanelDemo/src/main/webapp/pages/test.jsp 2007-10-03 11= :19:48 UTC (rev 3220) @@ -0,0 +1,29 @@ + + +<%@ taglib uri=3D"http://java.sun.com/jsf/html" prefix=3D"h" %> +<%@ taglib uri=3D"http://java.sun.com/jsf/core" prefix=3D"f" %> +<%@ taglib uri=3D"http://richfaces.org/a4j" prefix=3D"a4j" %> +<%@ taglib uri=3D"http://labs.jboss.com/jbossrichfaces/ui/tabPanel" prefix= =3D"rich" %> +<%@ taglib uri=3D"http://labs.jboss.com/jbossrichfaces/ui/message" prefix= =3D"msg" %> + + + + RF-843 + + + + + + + + + + + + + = + + = + + + = \ No newline at end of file Added: trunk/samples/tabPanelDemo/src/main/webapp/pages/test2.jsp =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/samples/tabPanelDemo/src/main/webapp/pages/test2.jsp = (rev 0) +++ trunk/samples/tabPanelDemo/src/main/webapp/pages/test2.jsp 2007-10-03 1= 1:19:48 UTC (rev 3220) @@ -0,0 +1,50 @@ +<%@ taglib uri=3D"http://richfaces.org/a4j" prefix=3D"a4j" %> +<%@ taglib uri=3D"http://labs.jboss.com/jbossrichfaces/ui/tabPanel" prefix= =3D"rich" %> +<%@ taglib uri=3D"http://labs.jboss.com/jbossrichfaces/ui/message" prefix= =3D"msg" %> +<%@ taglib uri=3D"http://labs.jboss.com/jbossrichfaces/ui/panel" prefix=3D= "panel" %> + +<%@ taglib uri=3D"http://java.sun.com/jsf/html" prefix=3D"h" %> +<%@ taglib uri=3D"http://java.sun.com/jsf/core" prefix=3D"f" %> + + + + repeater + + + + + = + + = + + + + = + + + + + = + + + = + +
+
+ = + + +
+ + + + + + + + + +
+
+ + \ No newline at end of file --===============3661650991100189486==--