[
https://issues.apache.org/jira/browse/WICKET-605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12503997
]
Johan Compagner commented on WICKET-605:
----------------------------------------
igor: when did that happen exactly?
because in the first phase (where the page paramets could be created and set)
we only do that for a bookmarkable page.
So are you saying that we should just remove them again in the response phase?
So that all urls for are not using that PageParam object?
(so the params are only created before the listener interface call, and when we
start to render they are gone again)?
because how else could they be reused ob places where we shouldn't have them??
> 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-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.