We just moved from GWT to Wicket 1.4. While very happy in general, we still have a bit of a learning curve for certain things that GWT made simple. One of ...
I'm make a custom resource loader which loads resource properties from database. Those properties can be changed by some user of the application but changes doesn't affect because all the pages ...
I am building a wicket web application. It shows a list of 'entities' with a DataView and also displaying a details page which works fine. Only the needed rows from the ...
How do I set expiry date for Wicket's own resources like wicket-ajax.js
I am having a cache problem because of migrating from an older Wicket version to a newer one but the ...
I am trying to optimize the performance of a Wicket 1.5.3 application.
I'm trying to get the caching configuration up and running. I've already reviewed "migration to 1.5" papers, the migration guide ...