You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Adam Nowak (JIRA)" <ji...@apache.org> on 2018/10/01 13:21:00 UTC

[jira] [Created] (TAP5-2599) GridPager component uses link's toString method instead of toURI

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)