[Seaside] Scriptacolous trouble after update

Thomas Fischer th.-fischer at web.de
Mon Oct 29 18:26:37 UTC 2007


Hi,
I have updated to
  Seaside 2.7b1-mb.23
  Scriptacolous-lr.220

and (now?) I have trouble with SUInsertion, SUUpdater and SUDocument .
When I try to insert / update / send  a small HTML fragment seaside insert
the DOCTYPE, HEAD and BODY tag before it streams my HTML fragment
"<h1>test</h1>"  :-(

a code example

html button
  onClick: (
    html evaluator
      callback: [ : script |
        script insertion top;
        id: mapId;
        with: [ :canvas | canvas heading with: 'TEST' ]
      ]
  );
  with: 'test'.


Any Ideas?

salute
Thomas
-- 
View this message in context: http://www.nabble.com/Scriptacolous-trouble-after-update-tf4713610.html#a13473790
Sent from the Squeak - Seaside mailing list archive at Nabble.com.



More information about the seaside mailing list