]
Nick Belaevski updated RF-3453:
-------------------------------
Fix Version/s: 3.1.6
(was: 3.1.x)
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: Tsikhon Kuprevich
Fix For: 3.1.6
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: