[richfaces-svn-commits] JBoss Rich Faces SVN: r14498 - branches/community/3.3.X/ui/modal-panel/src/main/templates/org/richfaces.

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


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

Modified:
   branches/community/3.3.X/ui/modal-panel/src/main/templates/org/richfaces/htmlModalPanel.jspx
Log:
Fix RF-7227

Modified: branches/community/3.3.X/ui/modal-panel/src/main/templates/org/richfaces/htmlModalPanel.jspx
===================================================================
--- branches/community/3.3.X/ui/modal-panel/src/main/templates/org/richfaces/htmlModalPanel.jspx	2009-06-04 15:45:41 UTC (rev 14497)
+++ branches/community/3.3.X/ui/modal-panel/src/main/templates/org/richfaces/htmlModalPanel.jspx	2009-06-04 15:45:45 UTC (rev 14498)
@@ -32,7 +32,7 @@
 		<f:call name="checkOptions" />
 		<f:call name="initializeResources" />
 
-		<input type="hidden" id="#{clientId}OpenedState" name="#{clientId}OpenedState" />
+		<input autocomplete="off" type="hidden" id="#{clientId}OpenedState" name="#{clientId}OpenedState" />
 		
 		<div id="#{clientId}Container"
 		style="position: absolute; display: none; z-index: #{component.zindex}; background-color: inherit;"




More information about the richfaces-svn-commits mailing list