[Seaside] List Callback Not Called From Updater

Quenio dos Santos queniodossantos at gmail.com
Sat Jun 21 15:32:29 UTC 2008


That worked great. Thanks a lot!

On Sat, Jun 21, 2008 at 9:57 AM, cdrick <cdrick65 at gmail.com> wrote:

> Hi,
>
> > I was able to see what is causing my problem. I got a message in the
> console
> > saying the "Axaj.Updater is not defined." It sounds like the page is not
> > loading scriptaculous. Do I need to override any method in my root
> component
> > in order for scriptaculous to get loaded in the page?
>
> You need to associate the scriptaculous library  to your applciation.
> Either programmaticlay or from the config interface.
> Go in config then choose your app (configure) then add SULibrary form
> the drop down.
>
> To do that programmaticaly, in the class side of you main component,
> do something like:
>
> initialize
>        (self registerAsApplication: 'yourAppName')
>                libraries
>                        add: SULibrary.
>
> Cédrick
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20080621/9cfaf60c/attachment.htm


More information about the seaside mailing list