[Seaside] Broken code in latest Seaside. JQLoad does not support 'success'

Nick Ager nick.ager at gmail.com
Fri Sep 9 16:16:20 UTC 2011


http://forum.world.st/The-option-complete-is-not-supported-in-JQLoad-td3518358.html

On 9 September 2011 17:07, Robert Sirois <watchlala at hotmail.com> wrote:

> I think it was changed to complete.
>
> RS
>
> > Date: Fri, 9 Sep 2011 12:03:39 -0400
> > From: jt at parspro.com
> > To: seaside at lists.squeakfoundation.org
> > Subject: [Seaside] Broken code in latest Seaside. JQLoad does not support
> 'success'
>
> >
> > Hi,
> >
> > I have the following in one of my apps :-
> >
> > html div class: self cssClass; with:[
> > html table
> > id: self tableID;
> > script: (html jQuery this
> > bind: 'julietrefresh' do: (html jQuery this load html: [:h |
> > self renderTable: h];
> > onSuccess: (html jQuery this call: self refreshScript)
> > ));
> > with:[
> > self renderTable: html
> > ]
> > ]
> >
> > I've just installed the latest SS into a 1.3 image, but this code
> > break. The debugger reports that JQLoad does not support the option
> > 'success'. Does anyone know how this code should be rewritten to
> > support the latest build?
> >
> > --
> > ~JT
> > _______________________________________________
> > seaside mailing list
> > seaside at lists.squeakfoundation.org
> > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
> _______________________________________________
> 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/20110909/ace02cca/attachment-0001.htm


More information about the seaside mailing list