Author: Alex.Kolonitsky
Date: 2009-05-27 10:26:08 -0400 (Wed, 27 May 2009)
New Revision: 14371
Removed:
branches/community/3.3.X/samples/colorPickerDemo/src/main/webapp/pages/RF-7256.jsp
Modified:
branches/community/3.3.X/samples/colorPickerDemo/pom.xml
Log:
revert
Tab: It's impossible to switch between tab in tabPanel if colorPicker presents in the
same form
https://jira.jboss.org/jira/browse/RF-7256
Modified: branches/community/3.3.X/samples/colorPickerDemo/pom.xml
===================================================================
--- branches/community/3.3.X/samples/colorPickerDemo/pom.xml 2009-05-27 14:18:36 UTC (rev
14370)
+++ branches/community/3.3.X/samples/colorPickerDemo/pom.xml 2009-05-27 14:26:08 UTC (rev
14371)
@@ -58,10 +58,5 @@
<artifactId>colorPicker</artifactId>
<version>3.3.2-SNAPSHOT</version>
</dependency>
- <dependency>
- <groupId>org.richfaces.ui</groupId>
- <artifactId>tabPanel</artifactId>
- <version>3.3.2-SNAPSHOT</version>
- </dependency>
</dependencies>
</project>
Deleted:
branches/community/3.3.X/samples/colorPickerDemo/src/main/webapp/pages/RF-7256.jsp
===================================================================
---
branches/community/3.3.X/samples/colorPickerDemo/src/main/webapp/pages/RF-7256.jsp 2009-05-27
14:18:36 UTC (rev 14370)
+++
branches/community/3.3.X/samples/colorPickerDemo/src/main/webapp/pages/RF-7256.jsp 2009-05-27
14:26:08 UTC (rev 14371)
@@ -1,21 +0,0 @@
-<%@ page contentType="application/xhtml+xml; charset=ISO-8859-1"%>
-
-<%@ taglib
uri="http://java.sun.com/jsf/html" prefix="h"%>
-<%@ taglib
uri="http://java.sun.com/jsf/core" prefix="f"%>
-<%@ taglib
uri="http://richfaces.org/a4j" prefix="a4j"%>
-<%@ taglib
uri="http://labs.jboss.com/jbossrichfaces/ui/tabPanel"
prefix="rich" %>
-<%@ taglib
uri="http://labs.jboss.com/jbossrichfaces/ui/colorPicker"
prefix="colorPicker"%>
-
-<html>
-<body>
-<f:view>
- <h:form id="f">
- <rich:tabPanel id="p" switchType="server">
- <rich:tab id="first"
label="first"></rich:tab>
- <rich:tab id="second"
label="second"></rich:tab>
- </rich:tabPanel>
- <colorPicker:colorPicker id="color" inputSize="3" />
- </h:form>
-</f:view>
-</body>
-</html>
\ No newline at end of file