Wicket Bootstrap 0.9.18 & 0.10.8 are released

2016-08-17 Thread Martin Grigorov
Wicket Bootstrap 0.9.18 (built against Wicket 6.24.0) and 0.10.8 (built against Wicket 7.4.0) have been released! There are no new components this time! The major improvements are: - Update to Bootstrap 3.3.7 - Update Wicket-Webjars to 0.4.10/0.5.5 with an improvement to work on WebSphere The ch

[ANNOUNCE] WicketStuff 8.0.0-M1 Released

2016-08-17 Thread Martin Grigorov
WicketStuff core 8.0.0-M1 based on Apache Wicket 8.0.0-M1 is released and soon will be available at Maven Central! This release is almost the same as 7.4.0 but built againt Wicket 8.0.0-M1. The changelog since 7.4.0 is: Martin Tzvetanov Grigorov (45): 'master' branch builds against Wicket

Re: Component level cache

2016-08-17 Thread Martin Grigorov
Hi, I am not aware of such component. Usually the caching is done in the service layer, not in the UI. But if you prefer to do it with Wicket then do it in a Model that caches the DB results. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, Aug 16, 2016 at 6:

Re: Wicket Bootstrap 0.9.18 & 0.10.8 are released

2016-08-17 Thread ShengChe Hsiao
Great job! ---> To boldly go where no man has gone before. ---> We do this not because it is eas

POST request shows the parameters in the URL of result page

2016-08-17 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. My sample code ---

Re: POST parameters are empty in Apache wicket

2016-08-17 Thread senlog80
Hi I have started a new mail thread for this query. Here is the link.. http://apache-wicket.1842946.n4.nabble.com/POST-request-shows-the-parameters-in-the-URL-of-result-page-tt4675323.html Thanks Senthil -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/POST-parame

Re: POST request shows the parameters in the URL of result page

2016-08-17 Thread Martin Grigorov
Hi, On Wed, Aug 17, 2016 at 2:58 PM, senlog80 wrote: > 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