[
https://issues.apache.org/jira/browse/TAPESTRY-1411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Howard M. Lewis Ship updated TAPESTRY-1411:
-------------------------------------------
Summary: PageLink component does not render informal parameters (was:
PageLink gobbles other link attributes)
> PageLink component does not render informal parameters
> ------------------------------------------------------
>
> 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
> Fix For: 5.0.4
>
> 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]