InjectionFilter and OutputFilter will always be the last filters in the chain, in other words, they will be executed after
all global filters and after the action-specific filters. Before you had to explicit indicate this by using filterLast method.
org.mentawai.log: Simple, efficient and mentawai-style log facility.
AuthorizationManager now has the static methods setUserGrops that before were only in the BaseLoginAction class.
Possibility to change the prefix char from '.' to something else through the static variable PREFIX_SEPARATOR.
(some users reported JavaScript problems with the dot)
Fix TLD problem that was throwing erros with Tomcats 4.
Fix mtw:list was not supporting sets when set was coming from output instead of context.
Support for attribute maxlength for which will build up the JavaScript code automatically
to limit the number for characters inside the textarea. (by Jocenildo Paraizo)
Support for attribute dynValue for so that we can compare the test value, which is dynamic, with
another dynamic value. Before you could only compare with a static value like value="2", value="true", etc
.
bug fix: dynTags were not implementing prepareValue (by Robert Anderson Nogueira de Oliveira)
bug fix: destroy method from controller was throwing ClassCastException (by Robert Anderson Nogueira de Oliveira)