[Seaside] Scriptacolous trouble after update

Thomas Fischer th.-fischer at web.de
Tue Oct 30 10:33:31 UTC 2007


Hi,

now I use Seaside2.7b1-mb.23 and Scriptacolous2.7-mb.220 but I have the same
Problem:

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

response should:
===========
  new Insertion.Top('id3167003223','<h1>TEST</h1>')

response is:
========
  new Insertion.Top('id3167003223','<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML
1.0
Transitional//EN"\r"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html
lang="en" xml:lang="en"
xmlns="http://www.w3.org/1999/xhtml"><head><title>Seaside</title><meta
content="text/html; charset=utf-8" http-equiv="Content-Type"
/></head><body><h1>TEST</h1>')

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



More information about the seaside mailing list