Thank you, that helped a lot. I actually put a couple
of jsps (one for each site) with a one line
redirection in it so that the customer could book mark
a short url while still taking advantage of the
external link.
So the user bookmarks this:
http://somesite/myapp/siteone.jsp
The jsp contains:
<
Larry Sherrill schreef:
How would I achieve equivalent functionality in
Tapestry? I read that Home does not take parameters so
how does one do this?
You could make your Home class implement IExternalPage and then
implement the method
public void activateExternalPage(Object[] params, IRequest
Make the page implement IExternalPage
http://jakarta.apache.org/tapestry/tapestry/apidocs/org/apache/tapestry/IExternalPage.html
Also, take a look at
http://jakarta.apache.org/tapestry/tapestry/ComponentReference/ExternalLink.html
Larry Sherrill wrote:
>I have two sets of users at two different