Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note
titleDemo Code

Check http://jolira-tools.googlecode.com/svn/wicket-stateless/trunk/ for a demo and an elaboration on the approach mentioned here.

Wicket currently (1.4.56) supports a StatelessForm, but no stateless Ajax components. Because I really, really need stateless Ajax behavior for a mobile application for a very, very large online retailer, I have written the following class:

...