[
https://issues.apache.org/jira/browse/TAPESTRY-1411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489273
]
Howard M. Lewis Ship commented on TAPESTRY-1411:
------------------------------------------------
The issue for PageLink, and for ActionLink, is that the
@SupportsInformalParameters annotation is missing, so the informal parameters
aren't available when the components invoke the renderInformalParameters()
method.
> PageLink gobbles other link attributes
> --------------------------------------
>
> Key: TAPESTRY-1411
> URL: https://issues.apache.org/jira/browse/TAPESTRY-1411
> Project: Tapestry
> Issue Type: Bug
> Components: Core Components
> Affects Versions: 5.0.3
> Reporter: Yann Ramin
> Assigned To: Howard M. Lewis Ship
> Attachments: pagelink-patch
>
>
> When specifying a PageLink, Tapestry 5 will remove extra attributes from the
> containing link tag.
> Specifically, it will remove the class="CSS_CLASS" attribute.
> Example:
> <a t:type="pagelink" t:page="logoff/Logoff" class="navitab">Logoff</a>
> Will render as:
> <a href="/irm/logoff/logoff" id="pagelink">Logoff</a>
--
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]