[Seaside] Adding javascript without encoding

Lukas Renggli renggli at gmail.com
Mon Nov 23 21:12:41 UTC 2009


I assume that you are in Seaside 2.8, because this problem seems to be
fixed in Seaside 3.0?

> Component >>updateRoot: aRoot
>
>  super updateRoot: aRoot.
>  aRoot javascript add: self example2Script.

You probably should use #document: instead of #add:

  aRoot javascript document: self example2Script

Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the seaside mailing list