Re: Main component?
Re: Main component?
- Subject: Re: Main component?
- From: Hugi Thordarson <email@hidden>
- Date: Mon, 22 Aug 2005 13:03:09 +0000
The simplest way is to make the direct action request handler your
default request handler by adding this to your Application constructor:
setDefaultRequestHandler( requestHandlerForKey
( directActionRequestHandlerKey() ) );
And then change defaultAction in your DirectAction-class to return
your component/response of choice.
Cheers,
- Hugi
On Aug 22, 2005, at 12:51 PM, Wolfram Stebel wrote:
Hi list,
lately i read about the “Main” component:
“...it is the first displayed component until you specify a
different...”
Where could i define a different startup component?
It is not created by the “defaultAction”...
Wolfram
_______________________________________________
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
_______________________________________________
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