Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 94484 invoked from network); 4 Jul 2009 18:36:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Jul 2009 18:36:25 -0000 Received: (qmail 14675 invoked by uid 500); 4 Jul 2009 18:36:34 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 14604 invoked by uid 500); 4 Jul 2009 18:36:33 -0000 Mailing-List: contact users-help@myfaces.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "MyFaces Discussion" Delivered-To: mailing list users@myfaces.apache.org Received: (qmail 14596 invoked by uid 99); 4 Jul 2009 18:36:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Jul 2009 18:36:33 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of walter.mourao@gmail.com designates 209.85.132.244 as permitted sender) Received: from [209.85.132.244] (HELO an-out-0708.google.com) (209.85.132.244) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Jul 2009 18:36:23 +0000 Received: by an-out-0708.google.com with SMTP id d14so1732512and.36 for ; Sat, 04 Jul 2009 11:36:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=yfTC6i7Ay+bggh7F+g5SYCrSCeJYGO7VP5OYYV+3m4k=; b=FI8A2GHw8h0pLmZkUTAtDzS9Kga4MrQdDaynLuhkNQYt4pW0DyZkIEnAY3MsuR2brO N65o4q0Fj+3XG02XscAjDMraiE19yuxXjyYrgT9P6ubz1LVVaXnB6aoEYzMT3BntXAXp 9Z+lqroxM6XWS5vP+0gJVn0n/vpPdxx6du8uI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=KdGT/64l/HTPuA0656YKzwwTQhMUt2FfBFh6lUuCmMDogg1F9dxxRX5hnlE6Z95ef1 79lD2EQ7g3CT5CnE4ZSXDi8iGRvbmxTuQHGY+0vCIhY4/VscxsVdoGv08SDTduvc+8Nz /CYS2v4600pZoWmlFWrc+jdswp/iVxZcL7Jyo= MIME-Version: 1.0 Received: by 10.100.47.6 with SMTP id u6mr4747524anu.97.1246732562101; Sat, 04 Jul 2009 11:36:02 -0700 (PDT) In-Reply-To: <24333627.post@talk.nabble.com> References: <24333627.post@talk.nabble.com> From: =?UTF-8?Q?Walter_Mour=C3=A3o?= Date: Sat, 4 Jul 2009 15:35:42 -0300 Message-ID: <8bf03ded0907041135l2eaa4075m5461a2f316976853@mail.gmail.com> Subject: Re: EL within EL in jsp page to get value from resource bundle To: MyFaces Discussion Content-Type: multipart/alternative; boundary=0016e6509e6c7e78ab046de58bc0 X-Virus-Checked: Checked by ClamAV on apache.org --0016e6509e6c7e78ab046de58bc0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable try: Walter Mour=C3=A3o http://waltermourao.com.br http://arcadian.com.br http://oriens.com.br On Sat, Jul 4, 2009 at 8:07 AM, codemaniac wrote: > > I have list of links that can be dynamically loaded and displayed on > webpage > based on the client implementing solution. I like to get a user friendly > message for the link name in the jsp using local bundle. > > I need a way to use an el within el. > > Example > > > > > Is this possible? I am using JSF 1.1 > > Thanks CodeManiac > -- > View this message in context: > http://www.nabble.com/EL-within-EL-in-jsp-page-to-get-value-from-resource= -bundle-tp24333627p24333627.html > Sent from the MyFaces - Users mailing list archive at Nabble.com. > > --0016e6509e6c7e78ab046de58bc0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable try:
<h:outputText value=3D"#{linkNames[link.linkName]}">= ;

Walter Mour=C3=A3o
http://waltermourao.com.br
http://arcadian.com.br
http://oriens.com.br



On Sat, Jul 4, 2009 at 8:07 AM, codemani= ac <asajnani@gma= il.com> wrote:

I have list of links that can be dynamically loaded and displayed on webpag= e
based on the client implementing solution. I like to get a user friendly message for the link name in the jsp using local bundle.

I need a way to use an el within el.

Example
<h:outputText value=3D"#{linkNames["#{link.linkName}"]}&q= uot;>



Is this possible? I am using JSF 1.1

Thanks CodeManiac
--
View this message in context: http://www.nabble.com/EL-within-EL-in-jsp-page-to-get-value= -from-resource-bundle-tp24333627p24333627.html
Sent from the MyFaces - Users mailing list archive at Nabble.com.


--0016e6509e6c7e78ab046de58bc0--