From richfaces-svn-commits at lists.jboss.org Thu May 12 06:35:40 2011 Content-Type: multipart/mixed; boundary="===============5750638174185199912==" 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: r22486 - modules/tests/metamer/trunk/application/src/main/webapp/components/richTab. Date: Thu, 12 May 2011 06:35:40 -0400 Message-ID: <201105121035.p4CAZe19006032@svn01.web.mwc.hst.phx2.redhat.com> --===============5750638174185199912== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: jjamrich Date: 2011-05-12 06:35:39 -0400 (Thu, 12 May 2011) New Revision: 22486 Added: modules/tests/metamer/trunk/application/src/main/webapp/components/richT= ab/withA4j.xhtml Modified: modules/tests/metamer/trunk/application/src/main/webapp/components/richT= ab/list.xhtml Log: Add demonstration problem with a4j:ajax within rich:tab Add some different a4j:ajax with actionListener within rich:tab. Demonstrate issue with firing-up event bound to tab. Modified: modules/tests/metamer/trunk/application/src/main/webapp/component= s/richTab/list.xhtml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/tests/metamer/trunk/application/src/main/webapp/components/rich= Tab/list.xhtml 2011-05-11 20:46:51 UTC (rev 22485) +++ modules/tests/metamer/trunk/application/src/main/webapp/components/rich= Tab/list.xhtml 2011-05-12 10:35:39 UTC (rev 22486) @@ -34,6 +34,10 @@ Simple page containing rich:tabPanel with several rich:= tabs and input boxes for all its attributes. + = + + Simple page containing rich:tabPanel with several rich:= tabs and a4j:ajax + = = Added: modules/tests/metamer/trunk/application/src/main/webapp/components/r= ichTab/withA4j.xhtml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/tests/metamer/trunk/application/src/main/webapp/components/rich= Tab/withA4j.xhtml (rev 0) +++ modules/tests/metamer/trunk/application/src/main/webapp/components/rich= Tab/withA4j.xhtml 2011-05-12 10:35:39 UTC (rev 22486) @@ -0,0 +1,135 @@ + + + + + + + + + + + + + + + + + + + + = + + + content of tab 1 + + + content of tab 2 + + + + content of tab 3 + + + + content of tab 4 = + + + content of tab 5 + + + +

+ + + + + + + + + + + + + + + + + + +
+ + + Attributes for the first tab: + + + +
+ \ No newline at end of file --===============5750638174185199912==--