RE: properties file

2007-04-04 Thread Syed Ibrahim
Thanks Dave. -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 04, 2007 5:12 PM To: Struts Users Mailing List Subject: Re: properties file --- Syed Ibrahim <[EMAIL PROTECTED]> wrote: > Am going through struts2-blank-2.0.6 project, t

Re: properties file

2007-04-04 Thread Dave Newton
--- Syed Ibrahim <[EMAIL PROTECTED]> wrote: > Am going through struts2-blank-2.0.6 project, there > is HelloWorld.jsp file, while executing this file it > searches for package.properties file which is > not defined in the HelloWorld.jsp. > > Can anybody please let me know where it is defined. /W

RE: properties file

2007-04-04 Thread Syed Ibrahim
Thanks lot Victor. Ibrahim -Original Message- From: VictorR [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 04, 2007 4:07 PM To: user@struts.apache.org Subject: Re: properties file Hi Ibrahim, I don't know where defined is, but if you want you can change this behavior settin

Re: properties file

2007-04-04 Thread VictorR
Hi Ibrahim, I don't know where defined is, but if you want you can change this behavior setting the "struts.custom.i18n.resources" property as a constant into the struts.xml file. Note the value must not contains ".properties" sufix!! regards, __Billa__ wrote: > > > Hi All, > > Am goin

Re: .properties file

2006-05-29 Thread Antonio Petrelli
Shervin Asgari ha scritto: Hello, can anyone point me to a tutorial or HowTo on how I can create a .properties file and how I can extract the information from this file within the source code? I don't know if Struts has some automagic stuff that does this. If you mean simple ".properties" f

RE: .properties file --> Again I18n problem

2004-05-25 Thread SMETS Thomas
coding="UTF-8" %> Hope it helps, \T, > -Original Message- > From: Paul McCulloch [mailto:[EMAIL PROTECTED] > Sent: 02 April 2004 17:14 > To: 'Struts Users Mailing List' > Subject: RE: .properties file --> Again I18n problem > > > Check th

RE: .properties file --> Again I18n problem

2004-04-02 Thread Paul McCulloch
> Sent: 02 April 2004 13:02 > To: Struts Users Mailing List > Subject: Re: .properties file --> Again I18n problem > > > Now I am able to receive errors, after I have configured Deployment > Descriptor. > > But unfortunately, when you wright to ApplicationResources

Re: .properties file --> Again I18n problem

2004-04-02 Thread Ramil Mirhasanov
Now I am able to receive errors, after I have configured Deployment Descriptor. But unfortunately, when you wright to ApplicationResources file non-ascii characters, such as ş,ğ, etc. They are not properly displayed from JSP. I tried the following things: - convert special characters with sdk's na

Re: .properties file

2004-04-01 Thread Bryce Fischer
> And in struts-config.xml I got : > > parameter="ca.ulaval.fsa.drdb.struts12.resources. ApplicationResources"/> > > But still I get the same error messge. The file exists in the above > parameter definition. I am puzzled! Well, one thing that always gets me where you actually put th

Re: .properties file

2004-04-01 Thread walkrustin
While debugging this problem it's easy to overlook the fact that struts-config.xml is loaded when the web server boots for the first time. I have come across many cases where the fix is put into struts-config.xml file but the server is not restarted; hence the old result shows up and the user b

Re: .properties file

2004-04-01 Thread Mario St-Gelais
Ramil Mirhasanov wrote: I have chosen the problem like this, after surfing net a little bit, I added : action org.apache.struts.action.ActionServlet application mypackage.ApplicationResources <.../> to web.xml And created mypackage.ApplicationResources.properties file.

Re: .properties file

2004-04-01 Thread Ramil Mirhasanov
s file. - Original Message - From: "Brendan Richards" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, April 01, 2004 5:42 PM Subject: RE: .properties file > This is configured towards the bottom of the struts-config.xml file &

Re: .properties file

2004-04-01 Thread Larry Meadors
ApplicationResources.properties, the defeult location is usually WEB-INF/ApplicationResources.properties, but in your case it may be configured to be elsewhere. >>> [EMAIL PROTECTED] 04/01/04 7:30 AM >>> I am using Jbuilder9 Enterprise and trying to buid my 1. example application with struts. Th

RE: .properties file

2004-04-01 Thread Brendan Richards
This is configured towards the bottom of the struts-config.xml file For Example: maps the default resources file: resources/application.resources -Original Message- From: Ramil Mirhasanov [mailto:[EMAIL PROTECTED] Sent: 01 April 2004 15:31 To: [EMAIL PROTECTED] Subject: .properties