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
             Fix For: 3.1.6, 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

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

Reply via email to