Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 90657 invoked from network); 7 Feb 2007 15:17:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Feb 2007 15:17:05 -0000 Received: (qmail 60046 invoked by uid 500); 7 Feb 2007 15:17:12 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 59893 invoked by uid 500); 7 Feb 2007 15:17:11 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@forrest.apache.org List-Id: Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 59872 invoked by uid 99); 7 Feb 2007 15:17:11 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Feb 2007 07:17:10 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [88.198.8.134] (HELO mail.possessed.de) (88.198.8.134) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Feb 2007 07:17:00 -0800 Received: by mail.possessed.de (Postfix, from userid 1000) id 2068EA0C37F; Wed, 7 Feb 2007 16:17:11 +0100 (CET) Received: from [10.0.0.3] (p549B8038.dip0.t-ipconnect.de [84.155.128.56]) by mail.possessed.de (Postfix) with ESMTP id 972F0A0C37F for ; Wed, 7 Feb 2007 16:17:10 +0100 (CET) Message-ID: <45C9ED55.2000108@possessed.de> Date: Wed, 07 Feb 2007 16:16:37 +0100 From: "C. Grobmeier" User-Agent: Thunderbird 1.5.0.9 (Macintosh/20061207) MIME-Version: 1.0 To: dev@forrest.apache.org Subject: Re: Dispatcher and css images References: <1170852647.8380.44.camel@localhost> In-Reply-To: <1170852647.8380.44.camel@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on debian31m X-Spam-Level: X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=0.0 required=4.5 tests=none autolearn=ham version=3.0.3 Hi, i used common and have this in my css: background-image : url("/images/nav/page_bg.gif"); This works for me (with forrest run). Other URLs i tried didn't get resolved too. Cheers Thorsten Scherler wrote: > Hi all, > > I have a weird problem with image linking in css and forrest site. > > When I generate a site using the dispatcher and pelt the > background-image: > url("../themes/images/roundcorner-t-r-15-bgFFFFFF-stroke4A6D8C-fg4A6D8C.png") ; get resolved fine but using common and addnig the exact same url, it will not be generated. > > Anybody has seen this problem? > > TIA > > salu2