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.

Reply via email to