[Seaside] strange rendering of Ajax Updater

Kai-Uwe Pielka webmail at pielka.de
Wed Mar 3 10:52:30 UTC 2010


Sorry, forgot to add the release I'm using: 3.0a (One click Image)

Am 03.03.2010 um 11:39 schrieb Kai-Uwe Pielka:

> Hello,
>
> I have a strange effect if I try to use the Ajax Updater.
>
> This is the rendering coding:
>
> 	html button id: buttonId; class: (buttonId, 'Portrait');
> 		onClick: html scriptaculous effect highlight;
> 		onClick: (html scriptaculous updater
> 			id: #picture;
> 			callback: [ :ajaxHtml | etummaClient nextPicture. self  
> renderPicture: ajaxHtml ]);
> 		with: aContent.
>
> The source code of the webpage contains the following:
> </div><button id="button2" class="button2Portrait submit"  
> onclick="new Effect.Highlight(this);new  
> Ajax.Updater(&quot;picture&quot;,&quot;/s&quot;, 
> {evalScripts:true,parameters:[&quot;_s=toRWkW91GFRgfZR- 
> &quot;,&quot;_k=W8MDfnW4cOWZ6mZH&quot;,&quot; 
> 1&quot;].join(&quot;&amp;&quot;)})" type="submit">&lt; ...
> How do I get rid of the '&quot' strings? Seems that the browser  
> cannot parse those.
> Thanks and Best Regards,
> Kai-Uwe
> _______________________________________________
> 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/20100303/800ad2fc/attachment-0001.htm


More information about the seaside mailing list