RE: Application Resources

2006-09-11 Thread Ray Madigan
ginal Message- From: Adam J Samere [mailto:[EMAIL PROTECTED] Sent: Monday, September 11, 2006 7:28 PM To: Struts Users Mailing List Subject: Re: Application Resources Try using more verbose logging. If using log4j for instance, set the level for org.apache.struts to debug, then watch the log fi

Re: Application Resources

2006-09-11 Thread Adam J Samere
environment). -Original Message- From: Adam J Samere [mailto:[EMAIL PROTECTED] Sent: Monday, September 11, 2006 10:28 PM To: Struts Users Mailing List Subject: Re: Application Resources Try using more verbose logging. If using log4j for instance, set the level for org.apache.struts to debug,

RE: Application Resources

2006-09-11 Thread Darren Hall
s running Tomcat from the command line (again, windows environment). -Original Message- From: Adam J Samere [mailto:[EMAIL PROTECTED] Sent: Monday, September 11, 2006 10:28 PM To: Struts Users Mailing List Subject: Re: Application Resources Try using more verbose logging. If using log4j fo

Re: Application Resources

2006-09-11 Thread Adam J Samere
because in the beginning I didn't include this file because I use JSTL fmt tags to display my messages. I have just included the mailto:[EMAIL PROTECTED] Sent: Monday, September 11, 2006 7:03 PM To: 'Struts Users Mailing List' Subject: RE: Application Resources If you are using T

RE: Application Resources

2006-09-11 Thread Darren Hall
day, September 11, 2006 10:35 PM To: Struts Users Mailing List Subject: RE: Application Resources I have checked all of the logs. I have built many Struts applications in the past using previous versions of struts and Tomcat. If I knew what exact Application resource the message is about, I could m

RE: Application Resources

2006-09-11 Thread Ray Madigan
didn't include this file because I use JSTL fmt tags to display my messages. I have just included the mailto:[EMAIL PROTECTED] Sent: Monday, September 11, 2006 7:03 PM To: 'Struts Users Mailing List' Subject: RE: Application Resources > If you are using Tomcat, have you looked in

RE: Application Resources

2006-09-11 Thread Darren Hall
D] Sent: Monday, September 11, 2006 9:43 PM To: 'Struts Users Mailing List' Subject: RE: Application Resources Ray, What application server are you using? Tomcat? If you are using Tomcat, have you looked in stderr and stdout files for today in that directory? (Not sure how much help I can

RE: Application Resources

2006-09-11 Thread Darren Hall
Ray, What application server are you using? Tomcat? If you are using Tomcat, have you looked in stderr and stdout files for today in that directory? (Not sure how much help I can be here, but I'm starting simple. We may quickly run out of my depth.) Darren -Original Message- From: Ray

Re: application resources on iplanet

2006-02-22 Thread Raúl Eduardo Plata
ilto:[EMAIL PROTECTED] Sent: Tuesday, February 21, 2006 2:26 PM To: Struts Users Mailing List Subject: Re: application resources on iplanet But the properties is on WEB-INF/classes/resources/portal.properties, is this path on the classpath by default, isn´t? It´s a war file and the classes within WEB-

Re: application resources on iplanet

2006-02-21 Thread Jim Reynolds
y, February 21, 2006 2:26 PM > To: Struts Users Mailing List > Subject: Re: application resources on iplanet > > But the properties is on WEB-INF/classes/resources/portal.properties, is > this path on the classpath by default, isn´t? > > It´s a war file and the classes within WEB

RE: application resources on iplanet

2006-02-21 Thread Scott Purcell
: Tuesday, February 21, 2006 2:26 PM To: Struts Users Mailing List Subject: Re: application resources on iplanet But the properties is on WEB-INF/classes/resources/portal.properties, is this path on the classpath by default, isn´t? It´s a war file and the classes within WEB-INF/classes are found

Re: application resources on iplanet

2006-02-21 Thread Raúl Eduardo Plata
But the properties is on WEB-INF/classes/resources/portal.properties, is this path on the classpath by default, isn´t? It´s a war file and the classes within WEB-INF/classes are found. Thanks, Raúl Scott Purcell escribió: Since you are not using a package for the "resources.portal" bundle,

RE: application resources on iplanet

2006-02-21 Thread Scott Purcell
Since you are not using a package for the "resources.portal" bundle, are you sure that the resource.portal is in IPlanets classpath? If not, it will not find it. -Original Message- From: Raúl Eduardo Plata [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 21, 2006 2:01 PM To: Struts U

RE: application resources and escape characters

2004-07-25 Thread Jan Behrens
In response to my own post: I apologize for being stupid. I did not realize that the properties editor of my IDE (netbeans) automatically converted escape characters as well as other special characters... So every \n I typed became a \\n :( No wonder it didn't work. Cheers, Jan > -Origina

RE: Application Resources application.properties

2004-07-08 Thread Girish M.
hi, U can do as follows : Properties defaultProps = new Properties(); defaultProps.load(new FileInputStream("ApplicationResources.properties")); regards, GIRISH M -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of j h Sent: Thursday, July 08, 2004 3:30 PM To: [EMAIL

RE: Application Resources application.properties

2004-07-08 Thread Matthias Wessendorf
in Action: getResources(javax.servlet.http.HttpServletRequest request) or getResources(javax.servlet.http.HttpServletRequest request, java.lang.String key) first for default some think like this: -->ApplicationResources.properties second, when you provide a key for alternative Bundles. -

RE: Application Resources Question

2004-06-10 Thread Ciaran Hanley
Thanks for your replies, Setting the filter did the trick CH -Original Message- From: Joe Germuska [mailto:[EMAIL PROTECTED] Sent: 10 June 2004 16:12 To: Struts Users Mailing List Subject: RE: Application Resources Question >> >help.info = First sentence of help. Second

RE: Application Resources Question

2004-06-10 Thread Joe Germuska
>help.info = First sentence of help. Second sentence Third etc... The tag is coming out as text on the page and in the source it is translated as
This is a side-effect of using bean:write or c:out. Both apply filtering to protect you when you use literal values which have special mea

Re: Application Resources Question

2004-06-10 Thread Niall Pemberton
D]> Sent: Thursday, June 10, 2004 3:10 PM Subject: RE: Application Resources Question Thanks for your reply. I'm using struts 1.1. I'm retrieving the values through an action class. The option value is passed from a jsp and the class looks up the corresponding resource. For example

RE: Application Resources Question

2004-06-10 Thread Danilo Gurovich
Can't you use "" ? Setting your filter attribute to true or false will change the rendering of HTML tags. Danilo Gurovich Manager, Web Development LowerMyBills.com [EMAIL PROTECTED] 2401 Colorado Ave., 2nd Floor Santa Monica, CA 90404 (310) 998-6412 -Original Message- From: Ciaran

RE: Application Resources Question

2004-06-10 Thread Frank Zammetti
;'Struts Users Mailing List'" <[EMAIL PROTECTED]> Subject: RE: Application Resources Question Date: Thu, 10 Jun 2004 15:10:04 +0100 Thanks for your reply. I'm using struts 1.1. I'm retrieving the values through an action class. The option value is passed from a jsp and t

RE: Application Resources Question

2004-06-10 Thread Ciaran Hanley
sulting jsp? Thanks -Original Message- From: Frank Zammetti [mailto:[EMAIL PROTECTED] Sent: 10 June 2004 14:52 To: [EMAIL PROTECTED] Subject: RE: Application Resources Question I just tried this, and the get rendered properly and I get linebreaks. What version of Struts are you using? What

RE: Application Resources Question

2004-06-10 Thread Frank Zammetti
I just tried this, and the get rendered properly and I get linebreaks. What version of Struts are you using? What code is in your JSP to display the message resource? From: "Ciaran Hanley" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts User Mailing