From richfaces-svn-commits at lists.jboss.org Wed May 27 10:26:18 2009 Content-Type: multipart/mixed; boundary="===============5976086204142910808==" 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: r14370 - in branches/community/3.3.X/samples/colorPickerDemo: src/main/webapp/pages and 1 other directory. Date: Wed, 27 May 2009 10:18:36 -0400 Message-ID: --===============5976086204142910808== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: Alex.Kolonitsky Date: 2009-05-27 10:18:36 -0400 (Wed, 27 May 2009) New Revision: 14370 Added: branches/community/3.3.X/samples/colorPickerDemo/src/main/webapp/pages/R= F-7256.jsp Modified: branches/community/3.3.X/samples/colorPickerDemo/pom.xml Log: colorPicker: inputSize attribute doesn't work https://jira.jboss.org/jira/browse/RF-7257 Modified: branches/community/3.3.X/samples/colorPickerDemo/pom.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 --- branches/community/3.3.X/samples/colorPickerDemo/pom.xml 2009-05-27 14:= 17:42 UTC (rev 14369) +++ branches/community/3.3.X/samples/colorPickerDemo/pom.xml 2009-05-27 14:= 18:36 UTC (rev 14370) @@ -58,5 +58,10 @@ colorPicker 3.3.2-SNAPSHOT + + org.richfaces.ui + tabPanel + 3.3.2-SNAPSHOT + Added: branches/community/3.3.X/samples/colorPickerDemo/src/main/webapp/pag= es/RF-7256.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 --- branches/community/3.3.X/samples/colorPickerDemo/src/main/webapp/pages/= RF-7256.jsp (rev 0) +++ branches/community/3.3.X/samples/colorPickerDemo/src/main/webapp/pages/= RF-7256.jsp 2009-05-27 14:18:36 UTC (rev 14370) @@ -0,0 +1,21 @@ +<%@ page contentType=3D"application/xhtml+xml; charset=3DISO-8859-1"%> + +<%@ 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/colorPicker" pre= fix=3D"colorPicker"%> + + + + + + + + + + + + + + \ No newline at end of file --===============5976086204142910808==--