Adam Nowak created TAP5-2599:
--------------------------------
Summary: GridPager component uses link's toString method instead
of toURI
Key: TAP5-2599
URL: https://issues.apache.org/jira/browse/TAP5-2599
Project: Tapestry 5
Issue Type: Bug
Components: tapestry-core
Affects Versions: 5.4.3
Reporter: Adam Nowak
A {{GridPager}} components uses an non-explicit links's {{toString}} invocation
instead of {{toURI}}. The problem is when someone is using a custom {{Link}}
implementation.
{code}
154: Element element = writer.element("a",
155: "href", link,
156: "data-update-zone", zone,
157: "title", messages.format("core-goto-page", pageIndex));
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)