[richfaces-svn-commits] JBoss Rich Faces SVN: r14493 - branches/community/3.3.X/ui/inputnumber-slider/src/main/templates.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Jun 4 11:41:46 EDT 2009


Author: amarkhel
Date: 2009-06-04 11:41:46 -0400 (Thu, 04 Jun 2009)
New Revision: 14493

Modified:
   branches/community/3.3.X/ui/inputnumber-slider/src/main/templates/inputNumberSlider.jspx
Log:
Fix RF-7227

Modified: branches/community/3.3.X/ui/inputnumber-slider/src/main/templates/inputNumberSlider.jspx
===================================================================
--- branches/community/3.3.X/ui/inputnumber-slider/src/main/templates/inputNumberSlider.jspx	2009-06-04 15:41:41 UTC (rev 14492)
+++ branches/community/3.3.X/ui/inputnumber-slider/src/main/templates/inputNumberSlider.jspx	2009-06-04 15:41:46 UTC (rev 14493)
@@ -96,7 +96,7 @@
                             <jsp:scriptlet><![CDATA[
                             } else {
                                 ]]></jsp:scriptlet>
-                                <input  id="#{clientId}Input"
+                                <input autocomplete="off" id="#{clientId}Input"
                                         name="#{clientId}"
                                         value="#{this:getInputValue(context,component)}"
                                         type="hidden"
@@ -253,7 +253,7 @@
                             <jsp:scriptlet><![CDATA[
                             } else {
                                 ]]></jsp:scriptlet>
-                                <input  id="#{clientId}Input"
+                                <input autocomplete="off" id="#{clientId}Input"
                                         name="#{clientId}"
                                         value="#{this:getInputValue(context,component)}"
                                         type="hidden"
@@ -350,7 +350,7 @@
                             <jsp:scriptlet><![CDATA[
                             } else {
                                 ]]></jsp:scriptlet>
-                                <input	id="#{clientId}Input"
+                                <input autocomplete="off"	id="#{clientId}Input"
                                         name="#{clientId}"
                                         value="#{this:getInputValue(context,component)}"
                                         type="hidden"
@@ -458,7 +458,7 @@
 							<jsp:scriptlet><![CDATA[
 							} else {
 								]]></jsp:scriptlet>
-								<input	id="#{clientId}Input"
+								<input autocomplete="off" id="#{clientId}Input"
 										name="#{clientId}"
 										value="#{this:getInputValue(context,component)}"
 										type="hidden"




More information about the richfaces-svn-commits mailing list