AW: relative paths and c:import

2005-11-22 Thread Martin Kindler
Isn't there another solution? I do control both servers but forcing to use absolute URLs via a CMS would be a problem. I can imagine witing sort of a wrapper to adapt the result of c:import, but this must be a common problem. So I hope someone has already done the job? Martin -Ursprüngliche

Re: relative paths and c:import

2005-11-22 Thread erh
On Tue, Nov 22, 2005 at 06:38:34PM +0100, Martin Kindler wrote: Isn't there another solution? I do control both servers but forcing to use absolute URLs via a CMS would be a problem. I can imagine witing sort of a wrapper to adapt the result of c:import, but this must be a common problem. So I

RE: fmt:bundle

2005-11-22 Thread Ray Madigan
I have two bundle files foo_en.properties Foo=FOO bar_en.properties Bar=BAR In my jsp I have html head fmt:setLocale value='en'/ /head body table trtd fmt:bundle basename='foo' fmt:message key='Foo'/ /fmt:bundle /td td fmt:bundle basename='bar' fmt:message

Re: fmt:bundle

2005-11-22 Thread Rahul Akolkar
On 11/22/05, Ray Madigan [EMAIL PROTECTED] wrote: snip Displays FOO???Bar??? The first bundle is set but the second one doesn't snap/ I was intrigued and I had to try this. Works correctly for me, I get: FOO BAR Tried on JSTL 1.1, Tomcat 5.0.28. So it turns out we *still* don't have

RE: fmt:bundle

2005-11-22 Thread Ray Madigan
Well, I am still using 1.0.2. I will upgrade ans see if it changes. Thanks for the help -Original Message- From: Rahul Akolkar [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 22, 2005 5:11 PM To: Tag Libraries Users List Subject: Re: fmt:bundle On 11/22/05, Ray Madigan [EMAIL