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
You can add aaw/WEB-INF to ur classpath. You can keep it anywhere u like as long as it is listed in the classpath. it's usually placed in WEB-INF/classes as WEB-INF/classes automatically in the classpath of ur webserver/servlet engine. hope this helps ... -Original Message- From: Ch