Return-Path: Delivered-To: apmail-myfaces-users-archive@www.apache.org Received: (qmail 18842 invoked from network); 11 Oct 2006 13:53:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Oct 2006 13:53:18 -0000 Received: (qmail 54787 invoked by uid 500); 11 Oct 2006 13:53:05 -0000 Delivered-To: apmail-myfaces-users-archive@myfaces.apache.org Received: (qmail 54755 invoked by uid 500); 11 Oct 2006 13:53:05 -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 54736 invoked by uid 99); 11 Oct 2006 13:53:05 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Oct 2006 06:53:05 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of weber.volker@googlemail.com designates 64.233.166.178 as permitted sender) Received: from [64.233.166.178] (HELO py-out-1112.google.com) (64.233.166.178) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Oct 2006 06:53:01 -0700 Received: by py-out-1112.google.com with SMTP id i75so180127pye for ; Wed, 11 Oct 2006 06:52:40 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=googlemail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Fl/ZWSS4fApehPcQIq/DI88lLlhJmI9dWKRntwUhSso/OPjs+lDkHXWlqdYt/ucuogKPtqfFt/RMjiHHgB9hPfRpnJtzEDQin8hBFXl0I83y4b09UtvwbOdsJGY1CqY2T+Q5XtzDd3p6jq+Tuuak3yvsMpL13K1L0Vo1bKZMzzg= Received: by 10.35.121.9 with SMTP id y9mr857617pym; Wed, 11 Oct 2006 06:52:25 -0700 (PDT) Received: by 10.35.71.17 with HTTP; Wed, 11 Oct 2006 06:52:24 -0700 (PDT) Message-ID: <9a64d7d10610110652h51d8cb66p1209852a8ba8e8e5@mail.gmail.com> Date: Wed, 11 Oct 2006 15:52:24 +0200 From: "Volker Weber" To: "MyFaces Discussion" Subject: Re: EL expression question - how to get them evaluated? In-Reply-To: <1160569352.17068.16.camel@SF100.friends> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1160568967.17068.14.camel@SF100.friends> <1160569352.17068.16.camel@SF100.friends> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Torsten, you can't use jsf el expression outside jsf tag attributes! is not an jsf tag. but this shoud work inside jsp: " /> regards, Volker 2006/10/11, Torsten Krah : > http://mail-archives.apache.org/mod_mbox/myfaces-users/200511.mbox/% > 3C4375C479.3080103@weber-oldenburg.de%3E > > Maybe a solution - but wrapping a simple thing in a bean - much > overhead :-| > > Am Mittwoch, den 11.10.2006, 14:16 +0200 schrieb Torsten Krah: > > Using jsp for the views, i want to prefix some path, for example this: > > > > /html/style/mystyle.css" /> > > > > The bad about that is, that i have to take a component, where an el > > expression should be enough, shouldnt it? > > > > Is it possible to habe: > > > > > href="#{facesContext.externalContext.requestContextPath}/html/style/mystyle.css" /> > > > > Or is this not possible? > > > > kind regards > > > > > > PS: Using facelets i can use what i want - but using jsp its not > > evaluated? Some hints? > > > >