Re: Strange localContext error for my d2w component
Re: Strange localContext error for my d2w component
- Subject: Re: Strange localContext error for my d2w component
- From: James Cicenia <email@hidden>
- Date: Mon, 1 Mar 2010 06:53:57 -0600
Ah,,, nothing like a goodnights sleep to debug conflicting rules.
- j-
On Feb 28, 2010, at 9:54 PM, James Cicenia wrote: Hello -
I am simply subclassing:
public class SponsorEditToManyFaultList extends ERD2WEditToManyFaultList { public SponsorEditToManyFaultList(WOContext context) { super(context); } }
I have another component where I do the same thing and it works. However, when the page tries to load this component I get:
takeValueForKey()]: attempt to assign value to unknown key: 'localContext'. This WOComponent does not have an instance variable of the name localContext or _localContext, nor a method of the name setLocalContext or _setLocalContext' object '' key 'localContext'>
I checked my rules and they look the same as the other component that works.
Ideas? Thanks James
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden