Re: Why doesn't this rule work?
Re: Why doesn't this rule work?
- Subject: Re: Why doesn't this rule work?
- From: Ramsey Lee Gurley <email@hidden>
- Date: Tue, 12 Oct 2010 06:59:10 -0400
Wrong assignment class. You need a key value assignment. Although, I don't know if that will actually work either. You have to at least request that value from the context for it to assign it to the key... but it might just assign that to the string key. If you are trying to provide initial values, you may want to look at ERXEntityClassDescription javadocs or set it up in the init() method on your entity class.
Ramsey
On Oct 11, 2010, at 11:31 PM, Richard Palmer wrote:
> I have two entities,
> Activity <<----------------> Customer
>
> Why doesn't this rule set a Customer in Activity?
>
> 200 : (task = 'edit' and entity.name = 'Activity' and tabKey = 'Customer') => object.toCustomer = session.customerFocus [com.webobjects.directtoweb.EntityAssignment],
>
>
> session.customerFocus() is a method returning a customer stored in session. This is in a ERMODWizardCreationPage whose first Tab Section is 'Customer'.
>
> Richard Palmer _______________________________________________
> 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
_______________________________________________
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