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:
<%
response.sendRedirect("/myapp/qs?page=Home&service=external&sp=Ssiteone");
%>

Thanks again,
Larry
--- Onno Scheffers <[EMAIL PROTECTED]> wrote:

> 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,
> IRequestCycle cycle) { 
> ...}
> to read the parameters from the Object-array.
> You can create links to this page by using the
> ExternalLink component.
> 
> Hope this helps.
> 
> Regards,
> 
> Onno
> 
> 
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to