[
https://issues.apache.org/jira/browse/WICKET-605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12504121
]
Johan Compagner commented on WICKET-605:
----------------------------------------
but where do those args comming from??
as eelco said the args are only resolved in the first phase. And in that phase
the PageParam object is only made i believe for a Bookmarkable call.
So the args that you have how do you create those?
So somehowe it is also generated for you for normal interface request? Then
that is what we should try to avoid. Only with a bookmarkable request the
PageParams should be hold on to in the request cycle.
But what should happen in your case?? Why are you adding the args? Isn't it
supposed to add args?
> 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.