Re: What the...??? (SOLVED)
Re: What the...??? (SOLVED)
- Subject: Re: What the...??? (SOLVED)
- From: Chuck Hill <email@hidden>
- Date: Sat, 19 Jul 2003 16:58:42 -0700
That is a "feature" of WOBuilder. :-(
You can change a preference in Eclipse to always generate wild card import
even for a single class. It under the Java section somewhere...
Chuck
At 05:52 AM 19/07/2003 -0400, Goodbye Bill wrote:
>How retarded is this!?!?!
>
>I had used the "Organize Imports" function within Eclipse to... well...
>organize my imports. This seems like a very cool feature to ensure that
>you only import what you are actually going to use. Well, that cute little
>function changed the following common line...
>
> From this:
> import com.webobjects.appserver.*;
>
> To this:
> import com.webobjects.appserver.WOComponent;
> import com.webobjects.appserver.WOContext;
>
>My code still ran perfectly, however, WOBuilder failed to give me access
>graphically to the session and application. I switched the import
>statements back and everything is just ducky again!
>
>Thanks anyway! ;-)
>
>"Bill"
>
>
>On 20030719 0508, "Goodbye Bill" <email@hidden> wrote:
>
>> Okay, this is odd! I have a project that I've been working on for several
>> days now. Everything was fine up to a few minutes ago. Now, for some
>> reason, every time I double-click a page/component to open it in WOBuilder,
>> it loads, but I do not have access to any session-level items down below.
>>
>> Any ideas?
>>
>> BTW: I'm using Eclipse, if that's any help.
>> _______________________________________________
>> webobjects-dev mailing list | email@hidden
>> Help/Unsubscribe/Archives:
>> http://www.lists.apple.com/mailman/listinfo/webobjects-dev
>> Do not post admin requests to the list. They will be ignored.
>_______________________________________________
>webobjects-dev mailing list | email@hidden
>Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/webobjects-dev
>Do not post admin requests to the list. They will be ignored.
>
--
Chuck Hill email@hidden
Global Village Consulting Inc. http://www.global-village.net
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.