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

József Börcsök commented on WICKET-605:
---------------------------------------

I have some stateless pages on my portal (contents loaded by id, ie. a news 
details, list forums, documents in a topic, ...) so these pages are available 
for guests too without the need of session. These pages have a login form so 
users can log in quickly and after it they get the same content. But the 
content is different with empty parameters.

If I submit a form on a parameterized page the page should not be changed after 
submit. Stateful components are not recreated on submit, they can hold models 
but stateless pages needs information for reconstruction. I think stateless 
links and stateless forms should include the parameters of the current page 
with a solution like calling getPageParameters().

> 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: trunk
>         Environment: linux, glassfish v2
>            Reporter: József Börcsök
>            Assignee: Eelco Hillenius
>
> 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