[Seaside] Problem with WAScriptTag content escaping, when nested into a WAScriptTag

Balázs Kósi rebmekop at gmail.com
Wed Oct 15 21:07:57 UTC 2008


> You're probably doing it wrong, ti should probably be something like:
>
> update: [ :r | r script alert: 1 ]

In the block r is not an SUFactory, but a WARenderCanvas, so r script
gives you a WAScriptTag.

Cheers, Balázs


More information about the seaside mailing list