I have a BasePage.java (together with a BasePage.html). My base page is basically a CSS menu made by mycssmenu.com (I'm not good with CSS). I want to add my university's logo ...
I'm in the process of converting an app to use i18n/l10n on all its pages. I'm very happy with Wicket's support for this, and it's going well so far. The one ...
Users of my Wicket application should be able to edit some of the panels' output (X)HTML. There will be a button or link on each panel that, when clicked, will get ...
I'm using a CompoundPropertyModel (via PropertyListView) to print properties of an object (User).
One of the properties of the User object is a boolean. I would like the boolean to be rendered ...
I am using Wicket 1.5.x with <wicket:head> tag. I tried rendering the child component (Wicket Panel) CSS / JS 1st then followed by the parent. It didn't work. It always renders ...