[
https://issues.apache.org/jira/browse/TAP5-1932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jochen Kemnade closed TAP5-1932.
--------------------------------
Resolution: Incomplete
We assume this is no longer relevant and therefore close it.
If you still have this issue in a recent Tapestry version (such as 5.4.1 or
newer), feel free to provide the necessary information and reopen.
> Exposing the Link in the EventLink component
> --------------------------------------------
>
> Key: TAP5-1932
> URL: https://issues.apache.org/jira/browse/TAP5-1932
> Project: Tapestry 5
> Issue Type: Improvement
> Components: tapestry-core
> Affects Versions: 5.3.3
> Reporter: Steve Eynon
> Priority: Trivial
> Labels: bulk-close-candidate
> Attachments: Link.patch
>
>
> I would like to alter the Link in an EventLink via a Mixin - specifically,
> remove the LoopBack parameter.
> To do this, the "AbstractLink.link" field needs to be set *before* the link
> is rendered and a simple change to
> org.apache.tapestry5.corelib.base.AbstractComponentEventLink would accomplish
> this:
> protected void setupRender() {
> super.link = createLink(context);
> }
> AbstractLink.link would also need to become protected.
> I believe the above to be a small yet useful enhancement to the Link
> Component API.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)