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
005f0(index_jsp.java:107) This is a part of the stacktrace error -- View this message in context: http://www.nabble.com/Retriving-values-from-a-properties-file-using-Struts-1.3.8-tf4279774.html#a12183033 Sent from the Struts - User mailing list archive at Nabble.com.

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
sday, August 16, 2007 7:22 PM > To: user@struts.apache.org > Subject: Retriving values from a properties file using Struts 1.3.8 > > > Hi all, > > I'm developing a test application using Struts 1.3.8 and Java 1.5.0_12 > and I > have this problem: when I try t

RE: Retriving values from a properties file using Struts 1.3.8

2007-08-16 Thread Baseer Patel MD
ing values from a properties file using Struts 1.3.8 Hi all, I'm developing a test application using Struts 1.3.8 and Java 1.5.0_12 and I have this problem: when I try to get the value linked to the key "login.title" I get this error: org.apache.jasper.JasperException: Excep

Retriving values from a properties file using Struts 1.3.8

2007-08-16 Thread kokro
I dont use bean:message and html:link but write values and use a href the page is displayed)? Thanks a lot -- View this message in context: http://www.nabble.com/Retriving-values-from-a-properties-file-using-Struts-1.3.8-tf427