RE: "html:message" tag

2001-05-01 Thread Jason Chaffee
ce the ActionServlet was never instantiated the bean:message tag couldn't find it. -Original Message-From: Gogineni, Pratima [mailto:[EMAIL PROTECTED]]Sent: Tuesday, May 01, 2001 3:55 PMTo: '[EMAIL PROTECTED]'Subject: RE: "html:message" tag Jason -

Re: "html:message" tag

2001-05-01 Thread shunhui zhu
gt; > > > > > > > -Sue > > > > > > > > Jason Chaffee wrote: > > > > > > > > > Have you made any changes to the code? The > ActionServlet > > should be > > > > > creating the resource

RE: "html:message" tag

2001-05-01 Thread Gogineni, Pratima
compiled unless - the jsp page was also specified in teh deployment descriptor to be precompiled?   -Original Message-From: Jason Chaffee [mailto:[EMAIL PROTECTED]]Sent: Tuesday, May 01, 2001 3:41 PMTo: '[EMAIL PROTECTED]'Subject: RE: "html:message" tag Your Ac

RE: "html:message" tag

2001-05-01 Thread Jason Chaffee
Sue Deng [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 01, 2001 11:51 AM To: [EMAIL PROTECTED] Subject: Re: "html:message" tag I put my ApplicationResources.properties file in /usr/local/tomcat/classes/net/covalent directory before.  Now i moved it to my applications

Re: "html:message" tag

2001-05-01 Thread Sue Deng
riginal Message- From: Sue Deng [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 01, 2001 11:51 AM To: [EMAIL PROTECTED] Subject: Re: "html:message" tag I put my ApplicationResources.properties file in /usr/local/tomcat/classes/net/covalent directory before.  Now i moved it to my applicat

Re: "html:message" tag

2001-05-01 Thread Sue Deng
context, thus the ActionServlet can't > > > > find anything that has previously been stored there. > > > > > > > > -Original Message- > > > > From: Sue Deng [mailto:[EMAIL PROTECTED]] > > > > Sent: Tuesday, M

RE: "html:message" tag

2001-05-01 Thread Jason Chaffee
Title: RE: "html:message" tag I find the following configuration easier: Simply put the the resouce file in /WEB-INF/classes directory. Then change the deployment descriptor as follows:    action org.apache.struts.action.ActionServlet    a

Re: "html:message" tag

2001-05-01 Thread Sue Deng
7;t > > > find anything that has previously been stored there. > > > > > > -Original Message- > > > From: Sue Deng [mailto:[EMAIL PROTECTED]] > > > Sent: Tuesday, May 01, 2001 9:39 AM > > > To: [EMAIL PROTECTED] &

RE: "html:message" tag

2001-05-01 Thread Gogineni, Pratima
Just checking ... you do have an ApplicationResources.properties file and a message for the key you are using in the tag in that file? -Original Message- From: Sue Deng To: [EMAIL PROTECTED] Sent: 5/1/01 11:10 AM Subject: Re: "html:message" tag I did not make any changes o

Re: "html:message" tag

2001-05-01 Thread Ratnadeep Bhattacharjee
> > Sent: Tuesday, May 01, 2001 9:39 AM > > To: [EMAIL PROTECTED] > > Subject: Re: "html:message" tag > > > > Thanks, Jason. But when I use bean:message, I got "Cannot > > find message resources under key > > org.apa

RE: "html:message" tag

2001-05-01 Thread Jason Chaffee
9:39 AM To: [EMAIL PROTECTED] Subject: Re: "html:message" tag  Thanks, Jason.  But  when I use bean:message, I got "Cannot find message resources under key org.apache.struts.action.MESSAGE" error. Thanks, -Sue Jason Chaffee

Re: "html:message" tag

2001-05-01 Thread Sue Deng
ROTECTED]] Sent: Tuesday, May 01, 2001 9:39 AM To: [EMAIL PROTECTED] Subject: Re: "html:message" tag   Thanks, Jason.  But  when I use bean:message, I got "Cannot find message resources under key org.apache.struts.action.MESSAGE" error. Thanks, -Sue Jason Chaffee wrote:   it should be

RE: "html:message" tag

2001-05-01 Thread Jason Chaffee
Have you made any changes to the code?  The ActionServlet should be creating the resource bundle and storing in the servlet context using this key.   What app server are you using?  There could be a bug in how it stores objects in the servlet context, thus the ActionServlet can't find anyth

Re: "html:message" tag

2001-05-01 Thread Sue Deng
Thanks, Jason.  But  when I use bean:message, I got "Cannot find message resources under key org.apache.struts.action.MESSAGE" error. Thanks, -Sue Jason Chaffee wrote:   it should be bean:message -Original Message- From: Sue Deng [mailto:[EMAIL PROTECTED]] Sent: Monday, April 30, 2001 5:2

RE: "html:message" tag

2001-04-30 Thread Jason Chaffee
Title: RE: "html:message" tag it should be bean:message -Original Message- From: Sue Deng [mailto:[EMAIL PROTECTED]] Sent: Monday, April 30, 2001 5:26 PM To: [EMAIL PROTECTED] Subject: "html:message" tag Hi, I am trying to build form using struts taglib.  Bu