MrMW
MrMW

Reputation: 36

Tapestry: Grid sorting/pagination links go to bad URL

I am working on a page in Tapestry 5.1, temporarily named TestPage.tml/TestPage.java, the .tml containing a grid control (<table t:type="grid" ... >). When running the application, the grid displays all the data correctly, but I have a problem with pagination and column sorting. I'm running on localhost:8080, and what happens is whenever I click on the grid's pagination links, or any column sorting link, the browser tries to go to testpage/ rather than the full URL, as evidenced by Chrome's address bar. Chrome then of course says the site could not be found.

To make matters stranger, I have another page that also has a grid and the sorting/pagination works fine. I'm not doing anything differently that I know of, with respect to the grid.

Other potentially pertinent info:

I'd be happy to provide any other info if it could help lead to a solution. Thank you!

Upvotes: 1

Views: 171

Answers (1)

MrMW
MrMW

Reputation: 36

So I upgraded my Tapestry to 5.3 (from 5.1) and lo and behold, the bug is gone!

Upvotes: 1

Related Questions