[Seaside-dev] Problem in WAAncestryAttributeEditor>>renderParentSelectorOn: html

Kogan, Tamara tkogan at cincom.com
Fri Oct 2 17:04:45 UTC 2009


After selecting a configuration from the "Possible parents" list and click on Add button there is MNU. 

The selectedParent contents value was not set in	
	html select
		list: parents;
		class: 'fix';
		labels: [ :each | each name ];
		callback: [ :value | selectedParent contents: value ].

Message not understood: #inheritsFrom:
UndefinedObject(Object)>>doesNotUnderstand:
WebVelocity.ApplicationConfiguration(Seaside.WAUserConfiguration)>>canAddParent:
WebVelocity.ApplicationConfiguration(Seaside.WAUserConfiguration)>>addParent:
Seaside.WAAncestryAttributeEditor>>addParent:
[] in Seaside.WAAncestryAttributeEditor>>renderParentSelectorOn:
BlockClosure>>cullWithArguments:


----------------------------------------------------------------------
Seaside.WAAncestryAttributeEditor>>addParent:
Receiver:
	a Seaside.WAAncestryAttributeEditor
Instance Variables:
	decoration = a Seaside.WAValueHolder contents: a Seaside.WAAncestryAttributeEditor
	configuration = a WebVelocity.ApplicationConfiguration named: 'ABlog'
	group = #ancestry
	properties = a Dictionary[4]
	parent = a WebVelocity.WebUserConfigurationEditor
	selectedConfig = a Seaside.WAValueHolder contents: nil
Arguments:
	aParent = nil
Context PC = 6

----------------------------------------------------------------------
[] in Seaside.WAAncestryAttributeEditor>>renderParentSelectorOn:
Receiver:
	a Seaside.WAAncestryAttributeEditor
Instance Variables:
	decoration = a Seaside.WAValueHolder contents: a Seaside.WAAncestryAttributeEditor
	configuration = a WebVelocity.ApplicationConfiguration named: 'ABlog'
	group = #ancestry
	properties = a Dictionary[4]
	parent = a WebVelocity.WebUserConfigurationEditor
	selectedConfig = a Seaside.WAValueHolder contents: nil
Temporaries:
	



Tamara Kogan 
Smalltalk development,
Cincom Systems
 


More information about the seaside-dev mailing list