Top "Wicket-1.5" 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.

Get a specific Wicket Component within a Page

What's the way to find a specific (known wicket id) Wicket Component within a Page regarding less effort performance?

wicket wicket-1.5
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
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