Re: ^ binding syntax usage
Re: ^ binding syntax usage
- Subject: Re: ^ binding syntax usage
- From: Lachlan Deck <email@hidden>
- Date: Fri, 22 Jul 2011 06:40:25 +1000
On 22/07/2011, at 5:38 AM, Lachlan Deck wrote:
> So I've forgotten how to help WO resolve component classes that aren't in the default package. How do you do this nowadays?
@Override
public void installPatches() {
super.installPatches();
ERXPatcher.setClassForName(Main.class, "Main");
_NSUtilities.registerPackage(Main.class.getPackage().getName());
}
to answer my own question. I couldn't see any cover method in Wonder for this.
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