Had as similar problem... If you change the Resource_en.properties, You have to "touch" the corresponding jsp that uses that particular key, otherwise you get a "missing key" error....so
1. make changes to your property file 2. open xyz.jsp and make a small modification and save it (this forces the jsp file to recompile and pickup the latest keys from property file) 3. restart your container.... It should pickup the changes.... Try it Khalid -----Original Message----- From: miguel angel rojas aquino [mailto:[EMAIL PROTECTED]] Sent: Saturday, February 08, 2003 8:47 AM To: Struts Users Mailing List Subject: Re: jbuilder8 and struts: "missing message key" error Mark Galbreath wrote: >You could also consider throwing JBuilder away and using JDeveloper. >It's free, too. > >http://www.oracle.com/start/jdevelopereap/intro.html?src=855007&Act=105 > >Mark > >already done that, even searching a little i've found that i'm not the >only one with that problem, somebody else sugested looking ath the >locale settings, so i've messed with those, but none seems to work, even >i've created several properties for the languages i suspect my machine >has setted, but no results :( > unfortunately i can't do that, my bosses have buyed jb8 yesterday, and anyway i prefer emacs/ant ;) but my bosses think it would be better to use jb8 for a shorter development time --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

