You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Matej Knopp (JIRA)" <ji...@apache.org> on 2007/09/01 19:57:19 UTC

[jira] Resolved: (WICKET-794) PagingNavigationLink leaves long URL

     [ https://issues.apache.org/jira/browse/WICKET-794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matej Knopp resolved WICKET-794.
--------------------------------

    Resolution: Fixed

> PagingNavigationLink leaves long URL
> ------------------------------------
>
>                 Key: WICKET-794
>                 URL: https://issues.apache.org/jira/browse/WICKET-794
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.3.0-beta2
>         Environment: Tomcat 5.5
>            Reporter: Thomas Mäder
>
> 1) I have a DefaultDataTable which shows a Number of Pages
> 2) I click on the navigation link for the second page ("2")
> 3) I end up with a link like this:
> http://localhost:8080/ffpro_web2/?wicket:interface=:0:wizard:form:view:instrumentSelection:searchResult:topToolbars:1:toolbar:span:navigator:navigation:1:pageLink::ILinkListener::
> I would expect to end up on a new version of the previous page url.
> The problem seems to be that PagingNavigationLink.onClick() does a setRedirect(false).
> Similar actions like sorting seem to redirect to a different version of the same page.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.