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

Robert Sirois watchlala at hotmail.com
Fri Sep 9 16:07:17 UTC 2011


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
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20110909/874af6d6/attachment.htm


More information about the seaside mailing list