Re: Missing message for key "welcome.title" in bundle "(default bundle)" for locale es

2010-11-10 Thread bladu
s Regards -- View this message in context: http://old.nabble.com/Missing-message-for-key-%22welcome.title%22-in-bundle-%22%28default-bundle%29%22-for-locale-es-tp30175630p30182332.html Sent from the Struts - User mailing list archive at

Re: Missing message for key "welcome.title" in bundle "(default bundle)" for locale es

2010-11-10 Thread bladu
ssing-message-for-key-%22welcome.title%22-in-bundle-%22%28default-bundle%29%22-for-locale-es-tp30175630p30179101.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-uns

Re: Missing message for key "welcome.title" in bundle "(default bundle)" for locale es

2010-11-10 Thread Li Ying
> > But when I run the application it still gives me  the same error. > > Regards > -- > View this message in context: > http://old.nabble.com/Missing-message-for-key-%22welcome.title%22-in-bundle-%2

Re: Missing message for key "welcome.title" in bundle "(default bundle)" for locale es

2010-11-09 Thread Li Ying
> try parameter="com/myapp/struts/MessageResources"/> This is right. The name of a resource bundle, should not include the locale suffix. Actually, a resource bundle, contains several resource files which have the same base name and different suffix for each locale. For more information, see: ht

Re: Missing message for key "welcome.title" in bundle "(default bundle)" for locale es

2010-11-09 Thread Steven Yang
-config.xml y put the following file: parameter="com/myapp/struts/MessageResources_es_ES"/> > > > When I try to run the aplication Apache tomcat gices me the following > error: > Missing message for key "welcome.title" in bundle "(default bundle)" for &

Missing message for key "welcome.title" in bundle "(default bundle)" for locale es

2010-11-09 Thread bladu
! welcome.message=Holamundo Struts In the struts-config.xml y put the following file: When I try to run the aplication Apache tomcat gices me the following error: Missing message for key "welcome.title" in bundle "(default bundle)" for locale es I would be very grateful if so

Re: Missing message for key

2006-01-05 Thread Vasumathi
LE" > element. > > My struts-config line as follows : > > > A jsp page containing following code > <%@ taglib uri='/WEB-INF/struts-bean.tld' prefix='bean' %> > > > throws a jspException : > Missing message for key "title". >

Re: Missing message for key

2006-01-05 Thread Dave Newton
Gündüz Can Topal wrote: I setup ApplicationResources.properties file in"com.trend.struts" package in "src" directory. Well, the webapp expects the properties file to be on your classpath, not in your source directory. When you create your WAR file or deploy your web application (presumably

Re: Missing message for key

2006-01-05 Thread Rick Reumann
Gündüz Can Topal wrote the following on 1/5/2006 9:19 AM: I setup ApplicationResources.properties file in"com.trend.struts" package in "src" directory. Are you sure the file is being copied over to your com.trend.struts directory in classes? A lot of times people forget to make sure build s

Missing message for key

2006-01-05 Thread Gündüz Can Topal
-bean.tld' prefix='bean' %> throws a jspException : Missing message for key "title". ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to avoid "Missing message for key "my.key" exception...

2005-01-06 Thread Guillaume Cottenceau
"Ilja Smoli" writes: > Thx for reply: > but problem is that I'd like to check it in jsp at runtime... Create an ActionMessage object. -- Guillaume Cottenceau - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

Re: How to avoid "Missing message for key "my.key" exception...

2005-01-06 Thread Ilja Smoli
Thx for reply: but problem is that I'd like to check it in jsp at runtime... "Guillaume Cottenceau" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > "Ilja Smoli" writes: > > > Hi > > How to check is a message present for particular key in message resources > > before displaying it? T

Re: How to avoid "Missing message for key "my.key" exception...

2005-01-06 Thread Guillaume Cottenceau
"Ilja Smoli" writes: > Hi > How to check is a message present for particular key in message resources > before displaying it? To avoid exception? Use null="false" in

How to avoid "Missing message for key "my.key" exception...

2005-01-06 Thread Ilja Smoli
Hi How to check is a message present for particular key in message resources before displaying it? To avoid exception? Thx in advance.. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECT

Re: Missing message for key "analystprofile.edit.screen.title"

2004-12-16 Thread Yen
The purpose for /ad is the module seperation. as the property files are located under \WEB-INF\classes\resources\i18n\ad However, the problem is solved. The regional setting for the machine need to be English(UK).. learning curve is sucks >^< Thanks for the help. rgds, Yen -

Re: Missing message for key "analystprofile.edit.screen.title"

2004-12-16 Thread Radu Badita
name of the messages resource. In your case, you are not in a module, so nothing gets appended to the name of the bundle. Hope it works. Good luck. Hi, I am new to struts and currently encountered these errors: Error 500--Internal Server Error javax.servlet.jsp.JspExce

Missing message for key "analystprofile.edit.screen.title"

2004-12-15 Thread Yen
Hi, I am new to struts and currently encountered these errors: Error 500--Internal Server Error javax.servlet.jsp.JspException: Missing message for key "analystprofile.edit.screen.title" In struts-config.xml in analystprofile_labels_en_GB.properties analystprofile.edit.screen.

Re: Error 500 on Websphere - Missing message for key "header.title"]

2004-10-07 Thread Martin Gainty
re a Misguided capitalist - Original Message - From: "Simon Charette" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 07, 2004 5:32 AM Subject: [Fwd: Error 500 on Websphere - Missing message for key "header.title"] > Hi > > I'm

[Fwd: Error 500 on Websphere - Missing message for key "header.title"]

2004-10-07 Thread Simon Charette
Hi I'm trying to install on WAS 5.1 a struts application developped on apache tomcat. The application does work on tomcat but on websphere I keep getting the following error: Error 500: Missing message for key "header.title" I made sure my struts-config.xml contained I also

RE: Missing message for key

2004-08-16 Thread Kataria, Satish
Hi, Have you kept the properties file in the classpath. Can you check this? Thanks, Satish -Original Message- From: Bibhu Kalyan [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 17, 2004 10:59 AM To: [EMAIL PROTECTED] Subject: Missing message for key Hi All, I have a typical problem

Missing message for key

2004-08-16 Thread dangmp
Return Receipt Your Missing message for key document

Missing message for key

2004-08-16 Thread Bibhu Kalyan
which has struts 1.0 it gives me error like following. javax.servlet.jsp.JspException: Missing message for key Workqueue.DecisionSummary.MainApplicant Both these server has Apache webserver and OC4j container. The key is there in properties file and it is in path as defined in Web.xml. Most

RE: Missing message for key "welcome.title"

2004-07-15 Thread Venkat Maddipati
: Also, check that this resources file is in the classpath. Thanks, Venkat -Original Message- From: Krishna Garimella [mailto:[EMAIL PROTECTED] Sent: Thursday, July 15, 2004 4:10 PM To: [EMAIL PROTECTED] Subject: Missing message for key "welcome.title" Hi, I have

Missing message for key "welcome.title"

2004-07-15 Thread Krishna Garimella
Hi, I have downloaded jakarta-struts-1.1 and installed it as per the installation instructions. When I try to run the tutorial I get the following message Missing message for key "welcome.title". I did search the archives and tried all the fixes available for this problem, but not