Re: jsp and message resource file

2004-04-19 Thread ksitron
This is a section of your struts-config.xml parameter="your.package.ApplicationResources"/> Barnett, Brian W. wrote: What do you have to do to make a message resource file available to jsp pages. I've seen examples of but I think I have to do something else in order for that to

RE: jsp and message resource file

2004-04-19 Thread Barnett, Brian W.
One way is to put this in your jsp file: The reference it like this: -Original Message- From: Barnett, Brian W. [mailto:[EMAIL PROTECTED] Sent: Monday, April 19, 2004 2:44 PM To: '[EMAIL PROTECTED]' Subject: jsp and message resource file What do you have to do to make

jsp and message resource file

2004-04-19 Thread Barnett, Brian W.
What do you have to do to make a message resource file available to jsp pages. I've seen examples of but I think I have to do something else in order for that to work. Thanks, Brian Barnett