DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
The FreeMarker template variable parameters has been replaced with attributes to avoid mixing access to HTTP request parameters. For custom templates or Themes created using FreeMarker, you will need to search & replace "parameters" with "attributes". See more details in WW-5465.
This change also affects custom components created with <s:component/> tag, when defining a JSP or Fremarker template to be used with the component tag, please use %{attributes.paramName} syntax instead of %{parameters.paramName} - please see the docs as well.
Stronger security
A number of breaking changes have been made so that the default behaviour of the Struts framework is more predictable and/or more secure. Many of these measures were developed in direct response to real exploits and common critical developer errors.
...