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

Martin Grigorov resolved WICKET-4595.
-------------------------------------

    Resolution: Won't Fix

The page parameters are actually needed.
The page mount point may use the placeholders (${mandatory}, #{optional}) and 
without the page parameter there is no way to populate those.
                
> Page construction parameters are encoded in the url of the callbacks 
> ---------------------------------------------------------------------
>
>                 Key: WICKET-4595
>                 URL: https://issues.apache.org/jira/browse/WICKET-4595
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.5.7
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>
> Open http://www.wicket-library.com/wicket-examples/ajax/links?0&a=b and see 
> what is the produced url for the first Ajax link.
> It also contains 'a=b' in its query string.
> I think it is not necessary to put these parameters there if this is a 
> stateful page because they are available via getPage().getPageParameters().

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to