Re: Making Home page implement IExternalPage problem.

2006-11-13 Thread Martin Strand
activateExternalPage(...) won't be invoked unless the ExternalService is used to access the page. Which service is used for a certain url depends on which ServiceEncoders are in use. If you're using the standard "friendly urls" ServiceEncoders, the correct url would be: http://localhost:80

Making Home page implement IExternalPage problem.

2006-11-13 Thread Leo Sakhvoruk
Hi, I'm trying to make the Home page in my application implement the IExternalPage interface and am running into an issue where the public void activateExternalPage(Object[] parameters, IRequestCycle cycle) doesn't get called when the Home page loads. Is there a known limitation where the Hom

Re: Making Home page implement IExternalPage problem.

2006-11-13 Thread Leo Sakhvoruk
Oops, Color me dorky, I wasn't calling the page using the external service ;) Good to go! Leo Sakhvoruk wrote: Hi, I'm trying to make the Home page in my application implement the IExternalPage interface and am running into an issue where the public void activateExternalPage(Object[] parame