Bookmark Topic Watch 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
While for the most part Struts 1.3.x is backward compatible with earlier versions, because of the new composable request processor, if you're using Tiles, you must make some configuration changes in order for your application to work with Struts 1.3.x.

You must add the following initialization parameter to the Struts ActionServlet in your web.xml file. The chain-config.xml file that it points to is in the struts-tiles-1.3.x.jar file.



Also, don't forget to update the DOCTYPE definition in your tiles-defs.xml file:






Return to StrutsFaq
 
Consider Paul's rocket mass heater.
    Bookmark Topic Watch Topic
  • New Topic