Re: howto combine DirectActions with ComponentActions?
Re: howto combine DirectActions with ComponentActions?
- Subject: Re: howto combine DirectActions with ComponentActions?
- From: Zak Burke <email@hidden>
- Date: Mon, 18 Jul 2005 09:07:07 -0400
Baywind wrote on 7/18/05 7:42 AM:
> is it possible to have both DirectAction pages and instantiable
> ComponentAction pages?
> if yes - how to do it.
Sure -- DAs require a handler in a page that extends WODirectAction, and
WOComponents can be returned from any page at all. In some applications
I've written, content-viewing pages are all DA-based, and
content-management pages are WOComponent-based using JSModalWindow.
I have found this to be a good division between DA and WOComponent
actions: it creates bookmarkable pages for end users and allows for the
rapid development of administrative tools, which don't need permanent URLs.
zak.
_______________________________________________
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