I'm developing a Seaside Application and I suspect I've reached a point in which I can no longer #call:
another component.
It's not an issue of my WAComponents, since I tried other messages that end up in #call:
, like #confirm:
.
I have 4 nested #call:
's in my app (I know, I know... but I'm not looking for design advice, just an answer on this :) ). The 5th just reloads the page, and the called component never appears.
I searched the docs but there's nothing about this, and debugging is really difficult to me, since I'm not familiar with Seaside's inner code.
This is Seaside 3.2 under Pharo 6.1.
Thanks!