panelMenuGroup: process attribute does not work
-----------------------------------------------

                 Key: RF-7436
                 URL: https://jira.jboss.org/jira/browse/RF-7436
             Project: RichFaces
          Issue Type: Bug
          Components: component-menu
    Affects Versions: 3.3.2.CR1
         Environment: All browsers
            Reporter: Inna Shchibrya
            Assignee: Nick Belaevski
            Priority: Minor


If ajaxSingle="true", process does not work. For example:

<rich:panelMenu>
                        <rich:panelMenuGroup id="panelMenuGroupID" label="Group 
1_1_1"
                                expandMode="ajax" ajaxSingle="true" 
id="calendarId"
                                process="inputId">
                                <rich:panelMenuItem id="item1" label="Item 1"
                                        
iconStyle="background-color:red;"></rich:panelMenuItem>
                                <rich:panelMenuItem id="item2" label="Item 
2"></rich:panelMenuItem>
                                <rich:panelMenuItem id="item3" label="Item 
3"></rich:panelMenuItem>
                                <rich:panelMenuItem id="item4" label="Item 4">
                                        <h:inputText 
value="#{panelMenu.inputText}"></h:inputText>
                                </rich:panelMenuItem>
                        </rich:panelMenuGroup>
                </rich:panelMenu>
                <br />
                <h:inputText value="#{custom.input1}" id="inputId" />
                <br />
                <h:inputText value="#{custom.input2}" id="inputId2" />

1. Expand or collapse panelMenuGroup.
2. Verify logs in the console. --> input1 is not present in logs in the console.

Expected result: If input id is a value of process attribute, this input should 
be present in logs in the console.

-- 
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

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to