-
Type:
Bug
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 5.4.3
-
Fix Version/s: None
-
Component/s: tapestry-core
-
Labels:None
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.
154: Element element = writer.element("a", 155: "href", link, 156: "data-update-zone", zone, 157: "title", messages.format("core-goto-page", pageIndex));