Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

The property struts.url.includeParams can be used to set the default value of the includeParams attribute.

Code Block
XML
XML
titleSetting the default value of includeParamsXML
<struts>
   ...
   <constant name="struts.url.includeParams" value="none" />
   ...
</struts>

...