You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Johan Compagner (JIRA)" <ji...@apache.org> on 2007/10/30 23:29:50 UTC

[jira] Commented: (WICKET-605) Stateless form skips page parameters

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

Johan Compagner commented on WICKET-605:
----------------------------------------

ok. So just reusing the params is not an option because other params that aren't really the page params are then also recycled

So i think i am back to the first sugesstion of me, we introduce a getPageParameters() method on page. (or web page)
those is by default empty and a developer has to override and set them so that those are used from now on for that specific page instance.
(ofcourse we could also introduce a set and get PageParamters and store them as metadata)

any objections to that? or better ideas?

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