Author: nbelaevski
Date: 2009-09-17 14:31:06 -0400 (Thu, 17 Sep 2009)
New Revision: 15614
Modified:
branches/community/3.3.X/ui/panelmenu/src/main/templates/org/richfaces/htmlPanelMenu.jspx
Log:
https://jira.jboss.org/jira/browse/RF-7796
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-09-17
17:21:37 UTC (rev 15613)
+++
branches/community/3.3.X/ui/panelmenu/src/main/templates/org/richfaces/htmlPanelMenu.jspx 2009-09-17
18:31:06 UTC (rev 15614)
@@ -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 autocomplete="off" type="hidden"
id="#{clientId}selectedItemName" name="#{clientId}selectedItemName"
value="" />
+ <input autocomplete="off" type="hidden"
id="#{clientId}selectedItemName" name="#{clientId}selectedItemName"
value="#{component.selectedName}" />
<vcp:body>
<f:call name="renderChildren" />
</vcp:body>