Re: WOBuilder and custom classes.
Re: WOBuilder and custom classes.
- Subject: Re: WOBuilder and custom classes.
- From: Michael Holtermann <email@hidden>
- Date: Sun, 10 Jul 2005 16:15:12 +0200
Am Sonntag, 10. Juli 2005 16:09 schrieb Michael Halliday:
> Has anyone else run across this? I searched the archives but didn't
> really find any answers.
Me, but in a slightly different way:
I've moved Application, Session and DirectAction into a package. WOBuilder
wasn't able to keep track of this movement, no access to Session and
Application.
I've solved this problem by placing two classes extending my Application and
Session in the default-package:
public Application extends de.my.Application {
}
public Session extends de.my.Session {
}
HTH, Michael.
_______________________________________________
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