[richfaces-svn-commits] JBoss Rich Faces SVN: r15961 - branches/sandbox/3.3.X_JSF2/samples/inputNumberSliderDemo/src/main/webapp/pages.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Sun Nov 22 11:13:12 EST 2009


Author: Alex.Kolonitsky
Date: 2009-11-22 11:13:11 -0500 (Sun, 22 Nov 2009)
New Revision: 15961

Added:
   branches/sandbox/3.3.X_JSF2/samples/inputNumberSliderDemo/src/main/webapp/pages/RF-8152.xhtml
Log:
inputNumberSlider: orientation vertical - broken.
https://jira.jboss.org/jira/browse/RF-8152

Added: branches/sandbox/3.3.X_JSF2/samples/inputNumberSliderDemo/src/main/webapp/pages/RF-8152.xhtml
===================================================================
--- branches/sandbox/3.3.X_JSF2/samples/inputNumberSliderDemo/src/main/webapp/pages/RF-8152.xhtml	                        (rev 0)
+++ branches/sandbox/3.3.X_JSF2/samples/inputNumberSliderDemo/src/main/webapp/pages/RF-8152.xhtml	2009-11-22 16:13:11 UTC (rev 15961)
@@ -0,0 +1,15 @@
+<html xmlns="http://www.w3.org/1999/xhtml"
+	  xmlns:f="http://java.sun.com/jsf/core"
+      xmlns:h="http://java.sun.com/jsf/html"
+      xmlns:a4j="http://richfaces.org/a4j"
+      xmlns:rich="http://labs.jboss.com/jbossrichfaces/ui/inputnumber-slider"
+      xmlns:ui="http://java.sun.com/jsf/facelets">
+
+<body>
+<f:view>
+    <h:form id="f">
+        <rich:inputNumberSlider id="input" value="#{bean.value}" orientation="vertical" />
+    </h:form>
+</f:view>
+</body>
+</html>



More information about the richfaces-svn-commits mailing list