I've just tried to install seaside on the latest squeak image released. I installed Comanche (KomHttpServer) and KomServices, then loaded Seaside2.8a's latest mcz file out of monticello. Doing 'WAKom startOn: 9090.' results in the error:
<br>MessageNotUnderstood: UndefinedObject&gt;&gt;root<br><br>The offending method is:<br>HttpService&gt;&gt;initializeBindings<br>&nbsp;&nbsp;&nbsp;&nbsp; bindings := DynamicBindings root newChild<br><br>What gives?<br>