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
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
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