Henning Noeth created TOBAGO-1853:
-------------------------------------
Summary: Improve collapsible concept for <tc:popup>: send current
state to server on submit
Key: TOBAGO-1853
URL: https://issues.apache.org/jira/browse/TOBAGO-1853
Project: MyFaces Tobago
Issue Type: Bug
Components: Core
Affects Versions: 4.0.0, 3.0.6
Reporter: Henning Noeth
If a server sided popup is opened, it could be closed on the client side
(ESC-Key). After a submit the popup will be shown again.
The current state of the popup should be send to the server if a submit is
executed.
{code:xml}<tc:button label="Open">
<tc:operation name="show" for="clientPopup"/>
</tc:button>
<tc:button label="Submit"/>
<tc:popup id="myPopup">
...{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)