[richfaces-issues] [JBoss JIRA] Updated: (RF-7796) panelMenu: not properly initialized in server mode after submit

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Tue Sep 1 10:29:24 EDT 2009


     [ https://jira.jboss.org/jira/browse/RF-7796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Belaevski updated RF-7796:
-------------------------------

      Component/s: component
    Fix Version/s: 3.3.2.GA
         Assignee: Alex Kolonitsky  (was: Nick Belaevski)
         Priority: Minor  (was: Major)


> panelMenu: not properly initialized in server mode after submit
> ---------------------------------------------------------------
>
>                 Key: RF-7796
>                 URL: https://jira.jboss.org/jira/browse/RF-7796
>             Project: RichFaces
>          Issue Type: Bug
>          Components: component
>    Affects Versions: 3.3.2.CR1
>            Reporter: Ilya Shaikovsky
>            Assignee: Alex Kolonitsky
>            Priority: Minor
>             Fix For: 3.3.2.GA
>
>
> After some item selecetd - the things are ok. After submit from button (after selection) selected item reseted. bean in session scope.
> 	<h:form id="form">
> 		<rich:panelMenu expandMode="ajax"
> 			id="panelMenu" mode="server"
> 			selectedChild="#{userBean.name}" immediate="true">
> 			<rich:panelMenuGroup label="group 1"
> 				id="menugroup_useCases"
> 				reRender="panelMenu">
> 				<rich:panelMenuItem label="item 1 1"
> 					id="menu_clientSearch" immediate="true">
> 				</rich:panelMenuItem>
> 				<rich:panelMenuItem label="item 1.2"
> 					id="menu_changePassword" immediate="true">
> 				</rich:panelMenuItem>
> 			</rich:panelMenuGroup>
> 			<rich:panelMenuGroup label="group 2"
> 				id="menugroup_testCases"
> 				reRender="panelMenu">
> 				<rich:panelMenuItem label="item 2.1"
> 					id="menu_styleguide2" immediate="true">
> 				</rich:panelMenuItem>
> 				<rich:panelMenuItem label="item 2.2"
> 					id="menu_styleguide" immediate="true">
> 				</rich:panelMenuItem>
> 			</rich:panelMenuGroup>
> 		</rich:panelMenu>
> 		<a4j:commandButton value="submit" reRender="panelMenu"></a4j:commandButton>
> 	</h:form>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list