Versions Compared

Key

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

...

Support for Velocity has been moved into a dedicated plugin, also Velocity based tags were moved into the new plugin, see

Jira
serverASF JIRA
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyWW-5049
for more details.

Note

To still use the Velocity plugin in your application you must include the plugin and its JARs plus use a proper parent package in your struts.xml  like this:

Code Block
<package name="mystrutsapp" extends="json-default, velocity-default">
  ...
</package>



DTD

Please use a proper DTD header in struts.xml as demonstrated below:

...