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 checkbox that automatically submits its changed value to domain object

What's the cleanest way I can make a checkbox automatically submit the form it belongs to in Wicket? I don't …

java checkbox wicket form-submit
Wicket: Relative to absolute URL or get base URL

If I have a relative path to a static asset (flash/blah.swf), what is the best way to programmatically …

java url wicket
How do I change link-text in Wicket?

I created a link with static text. That works fine but now I also want to change the text when …

java event-handling hyperlink wicket
How to keep "Choose One" option in a DropDownChoice Wicket?

When I first load a page, the default option on a dropdownchoice is "Choose One". Is there a way to …

java wicket dropdownchoice
Spring roo Vs (Wicket and Spring)

Spring roo is new framework and I found it very interesting. I have been working on web application for last 3…

spring web-applications spring-mvc wicket spring-roo
Simple way to use parameterised UI messages in Wicket?

Wicket has a flexible internationalisation system that supports parameterising UI messages in many ways. There are examples e.g. in …

java internationalization properties wicket
How does Wicket's @SpringBean annotation work?

How does Wicket's @SpringBean annotation work? Does it use reflection at run time? Does it make the compiler inject some …

java spring wicket
How can I get a Spring bean injected in my custom Wicket model class?

In a custom Wicket class, not unlike the following, I'm using a service bean which should be injected by Spring, …

java spring dependency-injection wicket
Set focus on a component with Apache Wicket?

How do you set focus on a component with Apache Wicket? Searching leads to very little information, mostly on setting …

java wicket
Spring MVC or Wicket?

I have a long (and happy so far) experience with Spring MVC, but lately I'm getting interested in Wicket. My …

spring-mvc wicket