Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: struts.devMode as per comment.

...

To use the debugging, first be sure that devmode struts.devMode is enabled through the struts.properties file.

  • devmode struts.devMode = true

Then, whenever a page needs debugging, add ?debug=xml or ?debug=console to the URL.

...