On JSF Edition 4.1 documentation (window component) is reported this note:
"the actionListener is triggered when the user clicks the close button in the head element."
Is it correct? It doesn't work, the actionListener is never triggered!
Is there some workaround for this issue?
luca

Hi Luca, thank you for
14 November, 2007 - 10:52 — vedranHi Luca,
thank you for bringing this issue to our attention. A bug report has been filed and this problem will be fixed in the next minor release 4.1.x.
For the time being you can employ a workaround by adding an event handler to your window like this:
<e:handler event="close" type="text/javascript"><![CDATA[bb.bjsf.sync(this,'command');]]></e:handler>
<bjsf:outputText value="Some Content"/>
</bjsf:window>
Regards,
Vedran