What happens is that we do a PPR submission on the original
page, which should run through the full lifecycle.  Check
out Window.js _launchDialog() function, which stores the JS
function that will do the submission.

-- Adam


On 8/14/06, Martin Koci <[EMAIL PROTECTED]> wrote:
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


Reply via email to