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

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


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

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

Modified: branches/community/3.3.X/ui/inplaceSelect/src/main/templates/inplaceselect.jspx
===================================================================
--- branches/community/3.3.X/ui/inplaceSelect/src/main/templates/inplaceselect.jspx	2009-06-04 15:40:56 UTC (rev 14485)
+++ branches/community/3.3.X/ui/inplaceSelect/src/main/templates/inplaceselect.jspx	2009-06-04 15:41:04 UTC (rev 14486)
@@ -159,7 +159,7 @@
 			   
 			   />
 		<input id="#{clientId}inselArrow" readonly="readonly" type="text" value="" class="rich-inplace-select-arrow" style='display:none;'/>
-		<input id='#{clientId}inplaceValue' name='#{clientId}' type='hidden' value='#{fieldValue}'
+		<input autocomplete="off" id='#{clientId}inplaceValue' name='#{clientId}' type='hidden' value='#{fieldValue}'
 			   onchange='#{component.attributes["onchange"]}'>
 		</input>
 	<div id="#{clientId}bar" class="rich-inplace-select-control-set" style="display:none;">




More information about the richfaces-svn-commits mailing list