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

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


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

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

Modified: branches/community/3.3.X/ui/panelbar/src/main/templates/panelBar.jspx
===================================================================
--- branches/community/3.3.X/ui/panelbar/src/main/templates/panelBar.jspx	2009-06-04 15:40:44 UTC (rev 14482)
+++ branches/community/3.3.X/ui/panelbar/src/main/templates/panelBar.jspx	2009-06-04 15:40:47 UTC (rev 14483)
@@ -20,7 +20,7 @@
 		</vcp:body>
 		
 		<f:clientid var="clientId" />
-		<input type="hidden" name="#{clientId}" id="#{clientId}_panelBarInput"
+		<input autocomplete="off" type="hidden" name="#{clientId}" id="#{clientId}_panelBarInput"
 			value="#{this:expanded(context, component)}"/>
 		<f:call name="encodeScript"/>	
 	</div>




More information about the richfaces-svn-commits mailing list