A.9 Removal of Admin Actions
Several "administrative" actions
were included with previous versions of the Struts framework. These
actions could be used for such things as reloading a Struts
application (including the configuration settings) without shutting
down the application. The ability to add new action mappings
dynamically was also supported. These actions have been removed from
the framework and are no longer available. If your application
requires this functionality, you will have to provide it
programmatically. |