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

Oliver Hummel updated RF-3936:
------------------------------

    Description: 
Whenever I have a rendered attribute inside a rich component and try to assign 
an ActionListener to that component or one of its childs the listener is never 
invoked.

See the following code for example:

<rich:panelMenu>
    <rich:panelMenuGroup label="Spend Event" rendered="#{customer.points gt 0}">
        <rich:panelMenuItem label="something" 
action="#{Controller.doSomething}"/>

  was:
Whenever I have a rendered attribute inside a rich component and try to assign 
an ActionListener to that component or one of its childs the listener is never 
invoked.

See the following code for example:

<rich:panelMenu>
    <rich:panelMenuGroup label="Spend Event" rendered="#{customer.points gt 0}">
        <rich:panelMenuItem label="something" action="Controller.doSomething"/>



> Rendered attribute kills ActionListener?!
> -----------------------------------------
>
>                 Key: RF-3936
>                 URL: https://jira.jboss.org/jira/browse/RF-3936
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.1
>         Environment: Windows XP SP2, Java 6, Tomcat 6, same behaviour on IE6 
> and Mozilla 3
>            Reporter: Oliver Hummel
>
> Whenever I have a rendered attribute inside a rich component and try to 
> assign an ActionListener to that component or one of its childs the listener 
> is never invoked.
> See the following code for example:
> <rich:panelMenu>
>     <rich:panelMenuGroup label="Spend Event" rendered="#{customer.points gt 
> 0}">
>         <rich:panelMenuItem label="something" 
> action="#{Controller.doSomething}"/>

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