Hi List,
I don't really understand when one should use the ExternalService and what exactly it is good for.
According to the JavaDocs and TiA the external service enables me to bookmark pages and pass
parameters to them.
But according to my understanding I can create a bookmark to every page in a Tapestry application
regardless of whether it implements IExternalPage or not. And for the parameters: If I rely on the
mechanisms provided by the ExternalService the URL parameters to this page have to be in an exact
order. If I instead used getRequestCycle().getParameter() I can work with named parameters.
So where is the difference between a "normal" page that doesn't implement IExternalPage and doesn't
get accessed through the external service and one that is?
Cheers,
Uli
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]