[Seaside] Can't get Mewa example running

Lukas Renggli renggli at iam.unibe.ch
Wed Sep 22 22:00:10 CEST 2004


Hi Ian,

Adrian is currently on holidays and therefor he probably won't replay 
quickly. I'm no Mewa-Expert, but I know it from several projects we did 
together ;)

> CTMComponent: You must resolve these dependencies before
> you will be able to load these definitions: MWEditorVisitor

Mhh ... this looks like a dependency to an internal project :/

Try to add the following class to your image, after loading Seaside but 
before loading Mewa:

	WAComponent subclass: #CTMComponent
		instanceVariableNames: 'model'
		classVariableNames: ''
		poolDictionaries: ''
		category: ''

	CTMComponent>>model
		^model

	CTMComponent>>model: aModel
		model := aModel

I hope this helps and I'm sure Adrian will publish a fixed version 
shortly after coming back ;)

Cheers,
Lukas

-- 
Lukas Renggli
http://renggli.freezope.org



More information about the Seaside mailing list