That name spacing is likely a hold-over from Objective-C days. In Java, if you don't specify the package, it just guesses. Most of the time that is OK, but there can be clashes.
Chuck On 2015-04-23, 4:54 PM, "Paul Hoadley" wrote: On 24 Apr 2015, at 4:19 am, Chuck Hill <[email protected]<mailto:[email protected]>> wrote: How are you calling the WOComponent? You want to use the full package name otherwise you can get the wrong class. I never knew you could do that. I had always assumed that the (at times quite awkward) ERXFOO-pseudonamespacing was precisely because you _couldn't_ do that. This factoid may have revolutionised my life... or at least my component naming. -- Paul Hoadley http://logicsquad.net/
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
