Message Resource file location in war file.

2002-10-23 Thread Christian Nelson
Greetings, I love struts, but I'm currently getting my ass kicked... please help. :) I'm trying to use Message Resources in my web application, but I can't get struts to find the resources.properties file. This is how I'm trying to structure my web-application: Note: "aaw" is the top-level dir

RE: Message Resource file location in war file.

2002-10-23 Thread Karr, David
> -Original Message- > From: Christian Nelson [mailto:cnelson@;slac.com] > Sent: Wednesday, October 23, 2002 5:51 PM > > I'm trying to use Message Resources in my web application, > but I can't get > struts to find the resources.properties file. This is how > I'm trying to > structure m

Re: Message Resource file location in war file.

2002-10-23 Thread V. Cekvenich
All references at run time are to classes folder. Put it in WEB-INF/classes. There is a good book "Sun Java Certified Web Component Developer " .V Christian Nelson wrote: Greetings, I love struts, but I'm currently getting my ass kicked... please help. :) I'm trying to use Message Resources in

RE: Message Resource file location in war file.

2002-10-23 Thread Christian Nelson
Thanks for the speedy response(s)! I have another related question: I just discovered the tag that can be nested underneath the tag. Is it possible that I set key-value pairs there and have my application be able to get them using the tag? If so, how? Thanks again! Christian On Wed, 23 Oc

RE: Message Resource file location in war file.

2002-10-24 Thread VEDRE, RANAPRATAP REDDY
From: Christian Nelson [mailto:cnelson@;slac.com] Sent: Wednesday, October 23, 2002 8:51 PM To: Struts Users Mailing List Subject: Message Resource file location in war file. Greetings, I love struts, but I'm currently getting my ass kicked... please help. :) I'm trying to use Message