From richfaces-svn-commits at lists.jboss.org Fri Nov 5 07:57:38 2010 Content-Type: multipart/mixed; boundary="===============5433345648869135608==" 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: r19948 - in modules/tests/metamer/trunk/application/src/main/webapp/components: richCalendar and 3 other directories. Date: Fri, 05 Nov 2010 07:57:38 -0400 Message-ID: <201011051157.oA5Bvcdf028769@svn01.web.mwc.hst.phx2.redhat.com> --===============5433345648869135608== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: ppitonak(a)redhat.com Date: 2010-11-05 07:57:37 -0400 (Fri, 05 Nov 2010) New Revision: 19948 Modified: modules/tests/metamer/trunk/application/src/main/webapp/components/hData= Table/components2.xhtml modules/tests/metamer/trunk/application/src/main/webapp/components/richC= alendar/simple.xhtml modules/tests/metamer/trunk/application/src/main/webapp/components/richD= ataTable/components2.xhtml modules/tests/metamer/trunk/application/src/main/webapp/components/richE= xtendedDataTable/components2.xhtml modules/tests/metamer/trunk/application/src/main/webapp/components/richS= ubTable/components2.xhtml Log: https://jira.jboss.org/browse/RF-9178 * added a4j:ajax to calendar * calendar added to h:dataTable, rich:dataTable, rich:extendedDataTable and= rich:subTable Modified: modules/tests/metamer/trunk/application/src/main/webapp/component= s/hDataTable/components2.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/hDat= aTable/components2.xhtml 2010-11-05 11:55:06 UTC (rev 19947) +++ modules/tests/metamer/trunk/application/src/main/webapp/components/hDat= aTable/components2.xhtml 2010-11-05 11:57:37 UTC (rev 19948) @@ -147,7 +147,10 @@ = - + + + + Modified: modules/tests/metamer/trunk/application/src/main/webapp/component= s/richCalendar/simple.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= Calendar/simple.xhtml 2010-11-05 11:55:06 UTC (rev 19947) +++ modules/tests/metamer/trunk/application/src/main/webapp/components/rich= Calendar/simple.xhtml 2010-11-05 11:57:37 UTC (rev 19948) @@ -1,7 +1,8 @@ + xmlns:metamer=3D"http://java.sun.com/jsf/composite/metamer" xmlns:ri= ch=3D"http://richfaces.org/rich" + xmlns:a4j=3D"http://richfaces.org/a4j" xmlns:h=3D"http://java.sun.co= m/jsf/html"> =