Missing redirects in AjaxPagingNavigationLink and 
AjaxPagingNavigationIncrementLink
-----------------------------------------------------------------------------------

                 Key: WICKET-2038
                 URL: https://issues.apache.org/jira/browse/WICKET-2038
             Project: Wicket
          Issue Type: Bug
    Affects Versions: 1.4-RC1, 1.3.5
            Reporter: Jonas
            Priority: Minor
             Fix For: 1.3.6, 1.4-RC3


With Javascript enabled AjaxPagingNavigator work just fine and as expected,
but without Javascript it leaves an URLs
like ?wicket:interface=:3:cont1:nav:next:3:ILinkListener:: behind, because
of a missing redirect. 
This means, the comments in AjaxPagingNavigationLink#onClick and in
AjaxPagingNavigationIncrementLink#onClick seem to be incorrect, we DO need
to redirect to make sure the Ajax-Fallback works correctly.

Attached is a small example project that shows the effect as well as a 
workaround,
and a patch, which should be applicable both on 1.3.x and 1.4.x

-- 
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