Versions Compared

Key

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

The Ajax Theme is considered experimental. Feedback is appreciated!

The framework Struts 2 provides a set of tags to help you ajaxify your applications, most of them inherited from Webwork, and based on Dojo. Dojo 0.4 is included in Struts 2bundled with the distribution.

Remember
Note
title
Tip

To use these ajax the Ajax tags you need to set the "theme" attribute to "ajax". Use the head tag to configure the page for ajaxthe Ajax theme. Set the "debug" attribute of the head tag to "true" to display debug information on the bottom of the page.

...