[richfaces-issues] [JBoss JIRA] Updated: (RF-3453) rich:modalPanel does not work with event listeners added using a4j:support

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Wed May 21 12:21:10 EDT 2008


     [ http://jira.jboss.com/jira/browse/RF-3453?page=all ]

Nick Belaevski updated RF-3453:
-------------------------------

    Fix Version/s:     (was: 3.1.6)
         Assignee: Nick Belaevski

> rich:modalPanel does not work with event listeners added using a4j:support
> --------------------------------------------------------------------------
>
>                 Key: RF-3453
>                 URL: http://jira.jboss.com/jira/browse/RF-3453
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.1.5, 3.1.x
>            Reporter: Paul Speijers
>         Assigned To: Nick Belaevski
>             Fix For: 3.1.x
>
>
> I wanted to perform some finalization work when I hide a modalPanel and an obvious solution would be to register an action to the onhide event using an a4j:support. However, the action is never executed and it seems like the event listener is not registered with the onhide event.
> <rich:modalPanel id="#{modalPanelId}" height="600" top="20" left="112" width="900" resizeable="false" moveable="true"
>             onshow="focusFirstModalPanelElement('#{modalPanelId}')">
>             <a4j:support event="onhide" action="#{modalPanelDelegator.closePanel}" oncomplete="alert('test2')"/>
>       .....
> </rich:modalPanel>

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

        



More information about the richfaces-issues mailing list