You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2007/06/12 18:56:25 UTC

[jira] Reopened: (WICKET-605) Stataless form skips page parameters

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

Igor Vaynberg reopened WICKET-605:
----------------------------------


we unrolled revision #544754

the problem introduced by this revision was that the requestcycle kept reusing old pageparameters in the urlfor call. this would lead to urls growing if parameters were added to them on client side

so for example the first time the url would be
?wicekt:interface=xxx&param=blah
next request
?wicekt:interface=xxx&param=blah&param=boppatyblah
next request
?wicekt:interface=xxx&param=blah&param=boppatyblah&param=tiredblah

we cannot just keep recycling request parameters

> Stataless 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-beta2
>
>
> 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.