• 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
  • 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

Regarding Struts ApplicationResource.properties

 
Ranch Hand
Posts: 114
Hibernate Eclipse IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

In my struts-config.xml file i am configuring the ApplicationResource.properties file as following. Is it correct ? Please guide me I am new to struts. Also do i need to do anything else.? Thank you.

.


I am getting the following exception when I do the above

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Deepaks Deshpande wrote:Hi,

In my struts-config.xml file i am configuring the ApplicationResource.properties file as following. Is it correct ? Please guide me I am new to struts. Also do i need to do anything else.? Thank you.

.



You should delete this code in struts-config.xml <controller processorClass="org.apache.struts.tiles.TilesRequestProcessor" /> ^_^
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic