[Seaside] Chaining Ajax based dialogs

Thierry Thelliez thierry.thelliez.tech at gmail.com
Mon May 23 21:35:24 UTC 2011


Hello,


How do you open a confirmation dialog in the same window, after users
submit a previously opened modal dialog.


On a modal dialog, I have something like that:

...
onClick: ( (html jQuery class: 'myForm' ) load serializeForm; html: [
:h | self doSomething. self send. h render: anotherComponent ] );
...


But the 'anotherComponent' does not get displayed in place of the
current dialog/form.  Instead, the base URL seems to be displayed in
my dialog box.



How do you render the next component in the same window/dialog?

Thanks,
Thierry


More information about the seaside mailing list