The other page doesn't necessarily have to implement IExternalPage... if you're not actually doing anything in your activateExternalPage method, you might as well just have the server redirect to a page using the page service rather than the external service.
On 7/8/05, Daniel M Garland <[EMAIL PROTECTED]> wrote: > > I was thinking if I just had another page implementing IExternal > interface, I could have the web server redirect straight to that page... > Are there any implications to not go throught the home service each time? > > Dan > > Hugo Palma wrote: > > > And based on what will you make the decision about which Home page to > > go to ? > > As i see it what you'd have to is override the provided Home service > > and implement the decision of which page to show in the service. > > > > > > Cheers > > > > Hugo > > > > > > Daniel M Garland wrote: > > > >> Hi All, > >> > >> If I want to have multiple home pages that represent different > >> starting points to the application what are my options? I effectively > >> need two different 'home' services. > >> > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > ______________________________________________________________________ > > This email has been scanned by the MessageLabs Email Security System. > > For more information please visit http://www.messagelabs.com/email > > ______________________________________________________________________ > > > > > > -- > Regards, > > *Dan Garland* > [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > Tel: +44 (0) 207 803 1947 > Mob: +44 (0) 7979 770053 > ICQ: 120963437 > AIM: dmgarland1767 > > > > ______________________________________________________________________ > This email has been scanned by the MessageLabs Email Security System. > For more information please visit http://www.messagelabs.com/email > ______________________________________________________________________ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
