• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

ReloadDefinitionsAction

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic