[Seaside] Component not found... using scriptaculous

Philippe Marschall philippe.marschall at gmail.com
Thu Oct 12 20:16:25 UTC 2006


2006/10/12, Cédrick Béler <cbeler at enit.fr>:
> Hi
>
> I get this message (Error: Components not found while processing
> callbacks: an Array(a SUCounterTest)...) when I open a link in another
> windows and if I go back to the original window.
>
> Say, you use the scriptaculous seaside demo, if I open a tab in another
> window... then the app in the original window is not working anymore.
>
> Is it normal ?

No. This in general happens when:
- You forget to return subcomponents in #children
- Subcomponents change over time but you forget a
self session registerObjectForBacktracking: self

Philippe


More information about the Seaside mailing list