aspose file tools
The moose likes Struts and the fly likes ReloadDefinitionsAction Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "ReloadDefinitionsAction" Watch "ReloadDefinitionsAction" New topic
Author

ReloadDefinitionsAction

Josh Landin
Greenhorn

Joined: Jun 09, 2003
Posts: 10
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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: ReloadDefinitionsAction
 
Similar Threads
Struts - URL mapping problem
Tomcat Error after moving from struts 1.1 to struts 1.3.10
Good way to organise a large web application
Problem running a simple webapplication in struts
window.location with servlet bean