Component level cache

2016-08-16 Thread Marcel Barbosa Pinto
Hi, I was just wondering if there is some component to instead of let the a given component to render itself, check if there is a cache and display its rendered markup, thus avoiding unnecessary rendering, this could be useful for stateless components that need to display some list of categories

Re: POST parameters are empty in Apache wicket

2016-08-16 Thread senlog80
I have a form on my page, which when submitted goes the next page, but all the form's fields appear as URL parameters in the resulting page. I want to hide all the parameters in the url, so that I am using POST request but still it shows the parameters in the resulting page. Thanks Senthil

Re: POST parameters are empty in Apache wicket

2016-08-16 Thread Martin Grigorov
Please start a new mail thread for new questions! Which page has the parameters in the url ? UserDetailPage will have them because this is not POST but GET (via redirect). It is not clear what UserForm does and what is the next page. Martin Grigorov Wicket Training and Consulting

Re: POST parameters are empty in Apache wicket

2016-08-16 Thread Martin Grigorov
Great! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Aug 16, 2016 at 11:03 AM, senlog80 wrote: > After replacing Wicket 6.24.0 jars, now I can able to get the Post > parameters > > Thanks a lot... > > Senthil > > -- > View this

Re: POST parameters are empty in Apache wicket

2016-08-16 Thread senlog80
After replacing Wicket 6.24.0 jars, now I can able to get the Post parameters Thanks a lot... Senthil -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/POST-parameters-are-empty-in-Apache-wicket-tp4675266p4675304.html Sent from the Users forum mailing list archive at