wicket-web-action is a little library that makes it easier to decouple wicket pages from the rest of your application. It allows you to bind return values and actions of components instead of hard-coding them in your page class. You can find more information about how to use this library on the Github page of wicket-web-action.

  • Announcing wicket-web-action The initial announcement of the wicket-web-action project. This announcement also contains some code examples which show how to use the library.