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

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


Author: amarkhel
Date: 2009-06-04 11:40:56 -0400 (Thu, 04 Jun 2009)
New Revision: 14485

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

Modified: branches/community/3.3.X/ui/combobox/src/main/templates/combobox.jspx
===================================================================
--- branches/community/3.3.X/ui/combobox/src/main/templates/combobox.jspx	2009-06-04 15:40:52 UTC (rev 14484)
+++ branches/community/3.3.X/ui/combobox/src/main/templates/combobox.jspx	2009-06-04 15:40:56 UTC (rev 14485)
@@ -273,7 +273,7 @@
 	    variables.setVariable("hiddenValue", value);
 	 ]]>
 	</jsp:scriptlet>
-	<input id="#{clientId}comboboxValue" name="#{clientId}" type="hidden"/>
+	<input autocomplete="off" id="#{clientId}comboboxValue" name="#{clientId}" type="hidden"/>
 	
 	
 </div>




More information about the richfaces-svn-commits mailing list