[
https://issues.apache.org/jira/browse/TAPESTRY-1671?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12536129
]
Nick Westgate commented on TAPESTRY-1671:
-----------------------------------------
I don't think ActionResponseGenerator is a necessary return type when we
already have Link.
Using LinkImpl is the lazy unsafe way, but creating an ExternalLink that
implements Link is the best way to go.
Cheers,
Nick.
> Need a way to redirect to external URLs.
> ----------------------------------------
>
> Key: TAPESTRY-1671
> URL: https://issues.apache.org/jira/browse/TAPESTRY-1671
> Project: Tapestry
> Issue Type: Improvement
> Components: tapestry-core
> Affects Versions: 5.0.5
> Reporter: Nick Westgate
>
> The ability to create an ExternalLink to return from event methods for
> redirection is needed.
> ComponentResourcesCommon provides for creation of ActionLink or PageLink
> Links, but not external (non-Tapestry) links.
> The current ways around this are using LinkImpl (which is internal) or
> writing a custom implementation of Link.
> Cheers,
> Nick.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]