RE: String concatenation in EL

2006-02-28 Thread Frank Felix Debatin
This would have a different effect. I organized the ressources with keys such as "myPage.title".  So I would like to have   #{bundle[ page.name + '.title' ] }   to be resolved to   #{bundle[ 'myPage.title' ] }   Thanks Frank Felix     From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sen

Re: String concatenation in EL

2006-02-28 Thread R. Müller
Hi, the lack of this feature is really annoying to me too -- and this issue was discussed here serveral times without real success. For me the following JSTL-approach works (but also no nice solution) : so long :-( ronald Frank Felix Debatin wrote: This would have a different effect. I org

RE: String concatenation in EL

2006-02-28 Thread Frank Felix Debatin
God, is this ugly!!! However, thanks for the info. @Andy, thanks no problem -Original Message- From: "R. Müller" [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 28, 2006 2:54 PM To: MyFaces Discussion Subject: Re: String concatenation in EL Hi, the lack of this feature

RE: String concatenation in EL

2006-02-28 Thread Garner, Shawn
Try this maybe.  Not sure on this one.       then later do         Shawn   From: Frank Felix Debatin [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 28, 2006 7:24 AM To: 'MyFaces Discussion' Subject: RE: String concatenation in EL

RE: String concatenation in EL

2006-02-28 Thread CONNER, BRENDAN \(SBCSI\)
: Tuesday, February 28, 2006 8:07 AM To: 'MyFaces Discussion' Subject: RE: String concatenation in EL God, is this ugly!!! However, thanks for the info. @Andy, thanks no problem -Original Message- From: "R. Müller" [mailto:[EMAIL PROTECTED] Sent: Tuesday, February

Re: String concatenation in EL

2006-02-28 Thread Andrew Robinson
PROTECTED] > Sent: Tuesday, February 28, 2006 8:07 AM > To: 'MyFaces Discussion' > Subject: RE: String concatenation in EL > > > God, is this ugly!!! > > However, thanks for the info. > > @Andy, thanks no problem > > -Original Message- > Fr

RE: String concatenation in EL

2006-02-28 Thread Frank Felix Debatin
#{bb:concat("it ", "works")} worked as expected. Frank Felix > -Original Message- > From: Andrew Robinson [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 28, 2006 6:17 PM > To: MyFaces Discussion > Subject: Re: String concatenation