From richfaces-svn-commits at lists.jboss.org Thu Mar 19 16:53:07 2009 Content-Type: multipart/mixed; boundary="===============5197051975342707973==" 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: r13043 - trunk/samples/colorPickerDemo/src/main/webapp/pages. Date: Thu, 19 Mar 2009 16:53:07 -0400 Message-ID: --===============5197051975342707973== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: artdaw Date: 2009-03-19 16:53:07 -0400 (Thu, 19 Mar 2009) New Revision: 13043 Modified: trunk/samples/colorPickerDemo/src/main/webapp/pages/index.jsp Log: colorPicker: bug with ajax rerender fixed Modified: trunk/samples/colorPickerDemo/src/main/webapp/pages/index.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/colorPickerDemo/src/main/webapp/pages/index.jsp 2009-03-1= 9 20:36:06 UTC (rev 13042) +++ trunk/samples/colorPickerDemo/src/main/webapp/pages/index.jsp 2009-03-1= 9 20:53:07 UTC (rev 13043) @@ -1,29 +1,23 @@ +<%@ 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://labs.jboss.com/jbossrichfaces/ui/colorPicker" pre= fix=3D"colorPicker"%> +<%@ taglib uri=3D"http://richfaces.org/a4j" prefix=3D"a4j"%> ColorPicker sample page = - - - = - -








-




- - = - = - - = - - = - = -
-
= -
-
+ + + + = + + = + = + = + = --===============5197051975342707973==--