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
-- From: Ciaran Hanley [mailto:[EMAIL PROTECTED] Sent: Thursday, June 10, 2004 6:33 AM To: Struts User Mailing List Subject: Application Resources Question Hi, I am trying to format some text so that it appears on separate lines so I am using the tag in my ApplicationResources.properties file

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
ED]> To: "Struts User Mailing List" <[EMAIL PROTECTED]> Subject: Application Resources Question Date: Thu, 10 Jun 2004 14:32:58 +0100 Hi, I am trying to format some text so that it appears on separate lines so I am using the tag in my ApplicationResources.properties fil

Application Resources Question

2004-06-10 Thread Ciaran Hanley
Hi, I am trying to format some text so that it appears on separate lines so I am using the tag in my ApplicationResources.properties file. 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