> 4. To redirect to a Tapestry's ExternalLink, you can call the method directly:
> Result result = (Result)cycle.getPage("Result");
> result.activateExternalPage(parameters,cycle);
>
> Remember that if you just want to redirect it, you can use:
> throw new PageRedirectException(getRequestCycle().getPage("Result"));
How can you pass parameters if you throw a PageRedirectException?
Thanks,
Jer
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]