Re: Direct Actions in 5.4
Re: Direct Actions in 5.4
- Subject: Re: Direct Actions in 5.4
- From: Mike Schrag <email@hidden>
- Date: Sun, 16 Dec 2007 10:20:07 -0500
your DirectAction class should be in anonymous package.
otherwise url will be like
wa/my.package.DirectAction/welcome
This is actually not true ... DirectAction does not need to be
packageless and you do not need to fully qualify its name. By
default, it MAY look for it in the same package as Application, but I
don't recall. I would give pretty good odds that it just uses
_NSUtilities.classWithName (or whatever it's called) and looks it up
without regard for package (like the way WOComponents work).
ms
_______________________________________________
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