Top "Wicket" questions

Apache Wicket, commonly referred to as Wicket, is a lightweight component-based web application framework for the Java programming language conceptually similar to JavaServer Faces and Tapestry.

Wicket : Can a Panel or Component react on a form submit without any boilerplate code?

I am currently evaluating Wicket and I am trying to figure out how things work. I have a question regarding …

components panel wicket form-submit onsubmit
How to control where wicket adds items to header?

I know of two ways to add content to the <head> section of the page in wicket. You …

java header wicket analytics webtrends
Architecture Question: GWT or Vaadin to create Desktop Application?

We're planning on creating a feedreader as a windows desktop- and iPad application. As we want to be able to …

gwt desktop-application wicket ria vaadin
How can I create a Wicket URL that hides its parameters?

I'm currently creating a set of links with code like this: BookmarkablePageLink<CheeseMain> havarti = new BookmarkablePageLink<CheeseMain&…

java url wicket url-encoding url-parameters
Why am I getting "The component(s) below failed to render"?

When I add a ChildPanel to a page, I get an error that states: org.apache.wicket.WicketRuntimeException: The component(…

wicket wicket-1.5
Open new Tab when button is clicked

using wicket I want to open a new tab when a button or link is clicked, how can I achieve …

wicket wicket-1.6
Wicket: Conditional display in Template

Hy, I want to display a certain part (a div for example) of my wicket-template only under a certain condition (…

java templates wicket
Frameworks comparation: Lift, Play and Wicket

What are the advantages and dis­advantages of frameworks Lift, Play and Wicket? What characteristics are best or only supported …

scala wicket lift playframework
How to set a custom BigDecimal converter to a TextField<BigDecimal> in Wicket 1.5?

Going from 1.4 to 1.5, there seem to be many undocumented changes in addition to the documented ones. In 1.4 I had: new …

java compiler-errors wicket wicket-1.5
JSF 2.0 vs. Wicket vs. SpringMVC 3.x for special requirements

Searching for a web framework practicable for my few critical requirements in a new Java EE 6 project, I read here …

jquery spring-mvc jsf-2 wicket