Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: FIX: typo in constant tag

...

To use the debugging, first be sure that struts.devMode is set to true is enabled through the struts.properties file or struts.xml file, like:

Code Block
xml
xml
<constants<constant name="struts.devMode" value="true" />

...