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

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


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

Modified:
   branches/community/3.3.X/ui/panelmenu/src/main/templates/org/richfaces/htmlPanelMenu.jspx
   branches/community/3.3.X/ui/panelmenu/src/main/templates/org/richfaces/htmlPanelMenuGroup.jspx
   branches/community/3.3.X/ui/panelmenu/src/main/templates/org/richfaces/htmlPanelMenuItem.jspx
Log:
Fix RF-7227

Modified: branches/community/3.3.X/ui/panelmenu/src/main/templates/org/richfaces/htmlPanelMenu.jspx
===================================================================
--- branches/community/3.3.X/ui/panelmenu/src/main/templates/org/richfaces/htmlPanelMenu.jspx	2009-06-04 15:38:43 UTC (rev 14480)
+++ branches/community/3.3.X/ui/panelmenu/src/main/templates/org/richfaces/htmlPanelMenu.jspx	2009-06-04 15:40:37 UTC (rev 14481)
@@ -41,7 +41,7 @@
 	<div style="width:#{component.width}; #{style}"  class="rich-pmenu #{component.styleClass}"
 			id="#{clientId}"  
 			x:passThruWithExclusions="style,width,class,styleClass,id">
-		<input type="hidden" id="#{clientId}selectedItemName" name="#{clientId}selectedItemName" value="" />
+		<input autocomplete="off" type="hidden" id="#{clientId}selectedItemName" name="#{clientId}selectedItemName" value="" />
 		<vcp:body>
 			<f:call name="renderChildren" />
 		</vcp:body>		

Modified: branches/community/3.3.X/ui/panelmenu/src/main/templates/org/richfaces/htmlPanelMenuGroup.jspx
===================================================================
--- branches/community/3.3.X/ui/panelmenu/src/main/templates/org/richfaces/htmlPanelMenuGroup.jspx	2009-06-04 15:38:43 UTC (rev 14480)
+++ branches/community/3.3.X/ui/panelmenu/src/main/templates/org/richfaces/htmlPanelMenuGroup.jspx	2009-06-04 15:40:37 UTC (rev 14481)
@@ -36,10 +36,10 @@
 						</f:call>
 					</td>
 					<td style="width:100%" id="icon#{clientId}" class="rich-pmenu-group-self-label #{this:getLabelClass( context, component )}" >
-						<input type="hidden" name="panelMenuState#{clientId}" 
+						<input type="hidden" autocomplete="off" name="panelMenuState#{clientId}" 
 									value="#{isNodeOpened}" />
 							
-						<input type="hidden" name="panelMenuAction#{clientId}"
+						<input autocomplete="off" type="hidden" name="panelMenuAction#{clientId}"
 									value="" />
 						<f:call name="insertLabel"/>
 					</td>

Modified: branches/community/3.3.X/ui/panelmenu/src/main/templates/org/richfaces/htmlPanelMenuItem.jspx
===================================================================
--- branches/community/3.3.X/ui/panelmenu/src/main/templates/org/richfaces/htmlPanelMenuItem.jspx	2009-06-04 15:38:43 UTC (rev 14480)
+++ branches/community/3.3.X/ui/panelmenu/src/main/templates/org/richfaces/htmlPanelMenuItem.jspx	2009-06-04 15:40:37 UTC (rev 14481)
@@ -29,7 +29,7 @@
 						</f:call>
 					</td>
 					<td style="width:100%" id="icon#{clientId}" class="rich-pmenu-group-self-label #{this:getLabelClass( context, component )}" >
-							<input type="hidden" name="panelMenuAction#{clientId}" value=""/>
+							<input type="hidden" autocomplete="off" name="panelMenuAction#{clientId}" value=""/>
 							<f:call name="insertLabel"/>
 							<vcp:body>
 									<f:call name="renderChildren" />




More information about the richfaces-svn-commits mailing list