Re: ognl, url and text

2007-08-24 Thread
Sorted. Thanks Rene for the help. Rene Gielen wrote: > > > should do the trick. > > J&M schrieb: >> Greetings, >> >> I want to get the text of an url from a resource bundle. I have the >> following test snippet from a jsp: >> >> >> >> >> test: >> test: >> >> >> What I g

Re: ognl, url and text

2007-08-23 Thread Rene Gielen
should do the trick. J&M schrieb: > Greetings, > > I want to get the text of an url from a resource bundle. I have the > following test snippet from a jsp: > > > > > test: > test: > > > What I get on the output is something like this: > > 1. test: > 2. test: /images/en/flas

ognl, url and text

2007-08-20 Thread
Greetings, I want to get the text of an url from a resource bundle. I have the following test snippet from a jsp: test: test: What I get on the output is something like this: 1. test: 2. test: /images/en/flash/intro.swf Can anyone explain why the first version does not work