[Seaside-dev] Problem inWAAncestryAttributeEditor>>renderParentSelectorOn: html

Kogan, Tamara tkogan at cincom.com
Fri Oct 2 17:33:37 UTC 2009


It used to work but doesn't work anymore if I render the configuration editor on my page:
WebUserConfigurationEditor on: myUserConfiguration

It works if I open it from ../config page.

Tamara Kogan 
Smalltalk development,
Cincom Systems
 

> -----Original Message-----
> From: seaside-dev-bounces at lists.squeakfoundation.org 
> [mailto:seaside-dev-bounces at lists.squeakfoundation.org] On 
> Behalf Of Kogan, Tamara
> Sent: Friday, October 02, 2009 1:05 PM
> To: Seaside - developer list
> Subject: [Seaside-dev] Problem 
> inWAAncestryAttributeEditor>>renderParentSelectorOn: html 
> 
> 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.WAUserConfigurati
> on)>>canAddParent:
> WebVelocity.ApplicationConfiguration(Seaside.WAUserConfigurati
> on)>>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
>  
> _______________________________________________
> seaside-dev mailing list
> seaside-dev at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/seaside-dev
> 


More information about the seaside-dev mailing list