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

Johan Compagner closed WICKET-605.
----------------------------------

    Resolution: Fixed

ok i fixed it so that the PageParameters that are used with the constrution of 
a page, if you give the params through in your constructor super call, are 
remembered and used when generating the stateless links.

I added an extra constructor in Page and WebPage and improved the javadoc a bit 
so that it is know that you have to give the pageparams through to the super 
call if you want to remember them for that page instance.

> Stateless form skips page parameters
> ------------------------------------
>
>                 Key: WICKET-605
>                 URL: https://issues.apache.org/jira/browse/WICKET-605
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta1
>         Environment: linux, glassfish v2
>            Reporter: József Börcsök
>            Assignee: Johan Compagner
>             Fix For: 1.3.0-beta5
>
>
> Page parameters are not included in stataless form action parameter.
> I think stateless form should override urlFor(RequestListenerInterface 
> listener) method and append page parameters. (Submit works if I manually add 
> them at runtime ie. with firebug plugin in browser.)

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