Re: ^ binding syntax usage
Re: ^ binding syntax usage
- Subject: Re: ^ binding syntax usage
- From: Lachlan Deck <email@hidden>
- Date: Fri, 22 Jul 2011 05:38:31 +1000
Hey Chuck,
On 22/07/2011, at 5:30 AM, Chuck Hill wrote:
> On 2011-07-21, at 12:26 PM, Lachlan Deck wrote:
>
>> Hi there,
>>
>> anyone remember when the '^' was introduced for component bindings and where the official docs are for it?
>
> A very long time ago, it was in the printed WO docs from Apple if you remember that far back. :-)
>
> I have never used it with inline bindings, maybe ^$title?
I've also tried non-inline bindings:
title : WOString {
value = ^title;
}
Ah, the problem was elsewhere. I'd skipped over the first part of the stack which complained about it not knowing where to find the class MainWrapper.
So I've forgotten how to help WO resolve component classes that aren't in the default package. How do you do this nowadays?
I can obviously override ERXApplication.installPatches() and call ERXPatcher.setClassForName but that's a bit boring doing it once per class.
with regards,
-
Lachlan Deck
_______________________________________________
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