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
ntent. welcome.title=Holamundo Struts welcome.heading=Bienvenida! welcome.message=Holamundo Struts And In the Struts-config I add the following line below to But when I run the application it still gives me the same error. Regards -- View this message in context: http://old.nabble.com/Mi

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

Missing Message Key

2007-03-14 Thread Syed Ibrahim
Hi I am new to this forum and started using Struts 1.3.5. Am getting below exception while running my program. Missing message for key "userRegistration.firstName" in bundle "(default bundle)" Thanks in Advance. -- Original Message --- From: "

Re: Missing message

2006-12-12 Thread Kranti Parisa
roduire. - Original Message - From: "Hehl, Thomas" <[EMAIL PROTECTED]> To: Sent: Tuesday, December 12, 2006 9:59 AM Subject: Missing message > I'm lost, frustrated, and reaching out for help. > > When I get my JSP in my browser it contains the following in the he

Re: Missing message

2006-12-12 Thread Martin Gainty
r, de le distribuer ou de le reproduire. - Original Message - From: "Hehl, Thomas" <[EMAIL PROTECTED]> To: Sent: Tuesday, December 12, 2006 9:59 AM Subject: Missing message > I'm lost, frustrated, and reaching out for help. > > When I get my JSP

Missing message

2006-12-12 Thread Hehl, Thomas
I'm lost, frustrated, and reaching out for help. When I get my JSP in my browser it contains the following in the heading: ???message.excuseQuestions.title??? So I check my messages.properties file and found the following line: # -- screen messages message.excuseQuestions.title=Grounds for Req

Re: AW: AW: Missing message key

2006-05-24 Thread Gareth Evans
Hi, > What's the difference? "resources.MessageResources" would look for the file named /WEB-INF/classes/resources/MessageResources.properties "MessageResources" would look for the file named /WEB-INF/classes/MessageResources.properties Is there maybe a configuration file to tell the load

AW: AW: Missing message key

2006-05-24 Thread marcus biel \(innoWake gmbh\)
Actually, YES, this DID help! Thanks!!! In struts-config, I had the line: Now I changed it to: What's the difference? >The message resources are loaded by the class loader Is there maybe a configuration file to tell the loader which files and classes to load? I am using eclipse. Marcus -

Re: AW: Missing message key

2006-05-24 Thread Gareth Evans
You can set up the location of your MessageResources from within your struts-config.xml. The message resources are loaded by the class loader so you'll either have to put it in your WEB-INF/classes or WEB-INF/lib folder Extract from struts-config Hope that helps, Gareth marcus biel

Re: Missing message key

2006-05-24 Thread Jorge Martín Cuervo
lowing problem: > When trying to start my app, it throws this error: > > javax.servlet.ServletException: Missing message for key "mypage.title" > in my WEB-INF folder, I've got one folder "src" containing > one folder that is my packet with all java f

AW: Missing message key

2006-05-24 Thread marcus biel \(innoWake gmbh\)
>maybe the whitespace? try to remove it... >mypage.title=My page title >> mypage.title =My page title No, that's not it. Thanks anyway. Marcus - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [E

Re: Missing message key

2006-05-24 Thread Jorge Martín Cuervo
El mié, 24 de 05 de 2006 a las 10:55, marcus biel (innoWake gmbh) escribió: > Hi, > > I've (also) got the following problem: > When trying to start my app, it throws this error: > > javax.servlet.ServletException: Missing message for key "mypage.title" >

Missing message key

2006-05-24 Thread marcus biel \(innoWake gmbh\)
Hi, I've (also) got the following problem: When trying to start my app, it throws this error: javax.servlet.ServletException: Missing message for key "mypage.title" in my WEB-INF folder, I've got one folder "src" containing one folder that is my packet with

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