Incorrect error log in MenuUtil.createActionInstance
Library for building modular, multilingual applications in Java
Brought to you by:
sistemasjaguar
When a problem occurs during instantiation, the log incorrectly reports that the given class is not a subclass of Action.
The instance must be generated first and then casted (two steps). Add comments on new code so developers are not tempted to reverse this fix.