Struts 1.0 had an action called ReloadAction that worked as described out of the box. In 1.1 (both rc1 and rc2) the new configuration file reload action seems to be org.apache.struts.tiles.actions.ReloadDefinitionsAction but after configuring a mapping for it like:
I attempt to invoke it and it throws a NullPointerException on 119 which is:
Is there a need to declare a DefinitionsFactory somewhere in order to get configuration reloads working?
--
Josh