Hi,
with the last image from
http://www.iam.unibe.ch/~scg/Teaching/AdvancedLabs/swimages/
and the last monticello versions of seaside (63), magritte (28) and
smallwiki2 (78) an error is printed just when the website is
displayed.
This is because the field 'embedded' is not initialised in the class
SW2Link.
I have modified SW2Link>>embedded to made it work :
embedded
embedded isNil ifTrue: [ embedded := true ].
^ embedded
--
Damien