Hi,

Yes, we reverted the change requested by you to read the POST
parameters in PageParameters when constructing the page exactly for
that reason.
If you still need to read POST parameters then you have to read them
with getRequest().getPostParameters() in your page constructor.
PageParameters will contain just the GET parameters.

On Sun, Mar 11, 2012 at 5:37 PM, armhold <[email protected]> wrote:
> Just built 1.5.5 from source, and the problem is fixed there.
>
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/form-params-appear-in-URL-if-submitted-after-session-timeout-tp4463992p4464052.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to