Versions Compared

Key

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

...

Javatemplate Checkbox tag implementation had been missing support for submitUnchecked attribute. This has been fixed yet it can introduce a NullPointerException when you will use Boolean or String to hold an unchecked value as submittedUnchecked is set to false by default, which means the unchecked  value won't be sent and stored in the action, see

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

Static methods access

It won't be possible to access static methods using OGNL expression, eg. @com.app.Util@makeCode() won't work anymore. If you are still using this approach you must wrap access to static methods with action instance methods or use static field access instead.

Temp/Work directory of ApplicationServer/ServletContainer

...