Re: What the...??? (SOLVED)
Re: What the...??? (SOLVED)
- Subject: Re: What the...??? (SOLVED)
- From: Goodbye Bill <email@hidden>
- Date: Sat, 19 Jul 2003 05:52:30 -0400
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.