Re: Retriving values from a properties file using Struts 1.3.8

2007-08-16 Thread Laurie Harper
I suspect this is caused by accessing the JSP directly, without going through Struts. If you haven't already, try setting up an action mapping that forwards to the JSP (i.e. add forward='/path/to/jsp'/> to your action-mappings in struts-config.xml) and requesting the page through that. L. kok

RE: Retriving values from a properties file using Struts 1.3.8

2007-08-16 Thread kokro
> > Please check location of property file > It should be in "it.francesco.tutorial.utils" inside your web root > WEB-INF\classes (i.e classpath) > The ApplicationResources.properties file is on that location and it has the login.title key; infact I dont get the Missing message for key "label.tit

RE: Retriving values from a properties file using Struts 1.3.8

2007-08-16 Thread Baseer Patel MD
.org Subject: RE: Retriving values from a properties file using Struts 1.3.8 The ApplicationResources.properties file is into (being just a simple application I have just copied the project into the webapps subdir without creating a .war file): Tomcat 5.5.23 installation dir\webapps\GestioneMP3\WE

RE: Retriving values from a properties file using Struts 1.3.8

2007-08-16 Thread kokro
The ApplicationResources.properties file is into (being just a simple application I have just copied the project into the webapps subdir without creating a .war file): Tomcat 5.5.23 installation dir\webapps\GestioneMP3\WEB-INF\classes\it\francesco\tutorial\utils Is this what you meant Baseer? Th

RE: Retriving values from a properties file using Struts 1.3.8

2007-08-16 Thread Baseer Patel MD
Please check location of property file It should be in "it.francesco.tutorial.utils" inside your web root WEB-INF\classes (i.e classpath) -Original Message- From: kokro [mailto:[EMAIL PROTECTED] Sent: Thursday, August 16, 2007 7:22 PM To: user@struts.apache.org Subject: Retriving values f