[Seaside] error when testing the Seaside Tutorial

Rob Withers reefedjib at gmail.com
Sun Sep 19 15:06:34 UTC 2010


Thanks, David, I'll just take it as far as it goes in the meantime.  Up to 
chapter 4 so far.

Cheers,
Rob

--------------------------------------------------
From: "David Tibbe" <david.tibbe at hpi.uni-potsdam.de>
Sent: Sunday, September 19, 2010 10:06 AM
To: "Seaside - general discussion" <seaside at lists.squeakfoundation.org>
Subject: Re: [Seaside] error when testing the Seaside Tutorial

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi Rob,
>
> the tutorial was written for Seaside 2.8 but as I saw in your follow up
> message you're using 3.0. That might cause those errors.
>
> We've to spent a look on it and update the tutorial, if necessary.
>
> regards,
>  David
>
> Am 18.09.2010 22:49, schrieb Rob Withers:
>> I am following:
>> http://www.hpi.uni-potsdam.de/hirschfeld/seaside/tutorial?_k=sYMMWLGI&_s=NLtXszDVFNfYkdvO
>>
>> I loaded the changeset into a seaside image where the WAKom was running. 
>> I
>> pointer my browser to http://localhost:8080/seaside/todo/.
>>
>> I got an error in my server: UndefinedObject>>doesNotUnderstand: #default
>>
>> from this method:
>>
>> WARenderPhaseContinuation>>updateRoot: anHtmlRoot
>> anHtmlRoot meta contentType: self application contentType.
>> anHtmlRoot meta contentScriptType: WAMimeType textJavascript.
>> anHtmlRoot htmlAttributes
>> at: 'xmlns' put: 'http://www.w3.org/1999/xhtml';
>> at: 'xml:lang' put: 'en';
>> at: 'lang' put: 'en'.
>> anHtmlRoot beXhtml10Strict.
>> anHtmlRoot title: 'Seaside'.
>> self application libraries
>> do: [ :each | each default updateRoot: anHtmlRoot ].
>> self session updateRoot: anHtmlRoot
>>
>> What should I do to fix this?
>>
>> Many thanks,
>> Rob
>>
>> _______________________________________________
>> seaside mailing list
>> seaside at lists.squeakfoundation.org
>> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.10 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iEYEARECAAYFAkyWGPYACgkQY0bVmIBpe6nOCgCfdr0QAMcgSRtHalOvCjQ8xNby
> ueoAn3Nf3ku0NrlYexGV5r4INkAwMdcV
> =j7Mf
> -----END PGP SIGNATURE-----
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> 


More information about the seaside mailing list