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.

How to display html text within a Wicket element?

i'm trying to display html i.e. rich text within a wicket element dynamically. An example is like displaying a …

richtextbox wicket
Wicket - DropDownChoice with object Selected

Im having problem with a DropDownChoice. I have to pre-selected an item but every tutorial and example I have found, …

wicket dropdownchoice
Wicket: Changing the text of an AjaxButton on submit

I'm a noob to Wicket and trying to change the text of a AjaxButton on submit. So the idea is …

java ajax button wicket ria
Can the Wicket modal window be customized?

I need to add a button to the title bar of a Wicket modal window. I can't find anything useful …

java customization wicket titlebar
Apache Wicket vs Apache Click

What is the difference between Apache Wicket and Apache Click? Is Apache Click maintained? The latest release seems to be …

java wicket click-framework
What are the advantages of Apache Wicket?

I'm not a Java developer so I might get some terms wrong... but. An application I integrate with is moving …

java model-view-controller spring wicket
Wicket redirect: how to pass on parameters and keeps URLs "pretty"?

Consider a Wicket WebPage that redirects to another page (based on some logic omitted from here): public class SomePage extends …

java redirect wicket friendly-url
Anonymous inner classes in C#

I'm in the process of writing a C# Wicket implementation in order to deepen my understanding of C# and Wicket. …

c# java closures wicket anonymous-inner-class
Wicket or Playframework?

I'm totally new to Java web development and I would like to choose a good Java web framework to learn. …

java wicket playframework
How to remove a CSS class from a Wicket component?

It's pretty straightforward to dynamically add a CSS class to a component in Java code using an AttributeAppender: component.add(…

java css wicket