Author: artdaw
Date: 2009-03-16 08:21:06 -0400 (Mon, 16 Mar 2009)
New Revision: 12960
Modified:
trunk/samples/colorPickerDemo/pom.xml
trunk/samples/colorPickerDemo/src/main/webapp/pages/index.jsp
Log:
RF-6496 - demo fixing
Modified: trunk/samples/colorPickerDemo/pom.xml
===================================================================
--- trunk/samples/colorPickerDemo/pom.xml 2009-03-16 11:30:36 UTC (rev 12959)
+++ trunk/samples/colorPickerDemo/pom.xml 2009-03-16 12:21:06 UTC (rev 12960)
@@ -38,5 +38,10 @@
<artifactId>richfaces-impl</artifactId>
<version>3.3.1-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>colorPicker</artifactId>
+ <version>3.3.1-SNAPSHOT</version>
+ </dependency>
</dependencies>
</project>
Modified: trunk/samples/colorPickerDemo/src/main/webapp/pages/index.jsp
===================================================================
--- trunk/samples/colorPickerDemo/src/main/webapp/pages/index.jsp 2009-03-16 11:30:36 UTC
(rev 12959)
+++ trunk/samples/colorPickerDemo/src/main/webapp/pages/index.jsp 2009-03-16 12:21:06 UTC
(rev 12960)
@@ -1,6 +1,6 @@
<%@ taglib
uri="http://java.sun.com/jsf/html" prefix="h"%>
<%@ taglib
uri="http://java.sun.com/jsf/core" prefix="f"%>
-<%@ taglib
uri="http://labs.jboss.com/jbossrichfaces/ui/ui/colorPicker"
prefix="colorPicker"%>
+<%@ taglib
uri="http://labs.jboss.com/jbossrichfaces/ui/colorPicker"
prefix="colorPicker"%>
<html>
<head>
<title>ColorPicker sample page</title>