Hello, I'm experimenting with Trinidad dialog framework, return events and etc. It works very well except one jsp. That jsp is nothing special but return event is never delivered. With debugging I found following:
1) Dialog is correctly started and open new window. 2) In new window user can select one object and then close dialog with requestContext.returnFromDialog(). 3) Window is closed. 4) Now standard JSf lyfecycle should be started on calling UIViewRoot (=jsp that fired action with dialog: outcome) But (if no returnEvent delivered) processDecodes is not started - I think a magic javasript is responsible for this - but I can't find where and when. Thanks for any help. Martin
