Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 66108 invoked from network); 3 Apr 2007 16:36:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Apr 2007 16:36:37 -0000 Received: (qmail 59593 invoked by uid 500); 3 Apr 2007 16:36:34 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 59569 invoked by uid 500); 3 Apr 2007 16:36:34 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 59558 invoked by uid 99); 3 Apr 2007 16:36:34 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Apr 2007 09:36:34 -0700 X-ASF-Spam-Status: No, hits=2.3 required=10.0 tests=HTML_MESSAGE,MAILTO_TO_SPAM_ADDR,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of musachy@gmail.com designates 209.85.132.245 as permitted sender) Received: from [209.85.132.245] (HELO an-out-0708.google.com) (209.85.132.245) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Apr 2007 09:36:24 -0700 Received: by an-out-0708.google.com with SMTP id c34so1609952anc for ; Tue, 03 Apr 2007 09:36:03 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=WJA4nOvQWj7SVxcERlgEF7rXBgNkHU4bGWTj53nrQ8jphTYGf9mhILIaeb7LuQkx6g+HD1hD2pQV0baXO5NZV6PGfDMWsAu2qj6O9fuLZQTPTj45rNk22olqSBfnMAPotcRUj409WydymJ/pTk5TSwGo5aqwppKklpMtQgeNY0c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=Gb6/MbLxa+OV4ktVL7pXAPEzSJXvoRoUjUowIZcEEeGvazNmRmg1w1jKIn0329nv/Smu1rKFlpEWBciU5LCgQbutccHlTWIytvZvZUmYoPa2hwyTkLNsgjLHP+qgE3eAvP9W94FU8aqMz+Fab+wwL+Z8I/tpqznO76GQBtrR/Js= Received: by 10.100.225.13 with SMTP id x13mr4559229ang.1175618163650; Tue, 03 Apr 2007 09:36:03 -0700 (PDT) Received: by 10.100.229.8 with HTTP; Tue, 3 Apr 2007 09:36:03 -0700 (PDT) Message-ID: Date: Tue, 3 Apr 2007 12:36:03 -0400 From: "Musachy Barroso" To: "Struts Users Mailing List" Subject: Re: templateCssPath does not work for images in a TabbedPanel In-Reply-To: <9817296.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_21720_30133637.1175618163573" References: <9814587.post@talk.nabble.com> <9814588.post@talk.nabble.com> <9817296.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_21720_30133637.1175618163573 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I'm not sure that is right, templateCssPath is used all over the place, and I can't find anything documenting it as deprecated. musachy On 4/3/07, Felipe Rodrigues wrote: > > > The link: > http://www.dojotoolkit.org/node/65 http://www.dojotoolkit.org/node/65 > It is in the last line of this page. > > > > > Musachy Barroso wrote: > > > > That would be news for me, do you have a link? > > > > thanks > > musachy > > > > On 4/3/07, Felipe Rodrigues wrote: > >> > >> > >> Reading the dojo documentation, I found a note telling that > >> templateCssPath > >> is deprecated. > >> Is that right? If yes, could it be the problem? > >> > >> > >> Felipe Rodrigues wrote: > >> > > >> > I've trying to use my own css file and My own images in a > TabbedPanel, > >> > but it is quite hard and so confuse. > >> > The first thing I did was use the templateCssPath pointing to my own > >> css > >> > file. > >> > It just works for color and fonts, but didn't changed the images. > >> > So, I put the images inside the jar, but with another name. I renamed > >> it > >> > in my css file, > >> > and didn't changed. > >> > The only way is change the images and the css file inside the jar, > and > >> > don't use the templateCssPath. > >> > Does somebody have any idea about this issue? > >> > > >> > Thanks a lot, > >> > > >> > Felipe > >> > > >> > >> -- > >> View this message in context: > >> > http://www.nabble.com/templateCssPath-does-not-work-for-images-in-a-TabbedPanel-tf3515320.html#a9814588 > >> Sent from the Struts - User mailing list archive at Nabble.com. > >> > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org > >> For additional commands, e-mail: user-help@struts.apache.org > >> > >> > > > > > > -- > > "Hey you! Would you help me to carry the stone?" Pink Floyd > > > > > > -- > View this message in context: > http://www.nabble.com/templateCssPath-does-not-work-for-images-in-a-TabbedPanel-tf3515320.html#a9817296 > Sent from the Struts - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org > For additional commands, e-mail: user-help@struts.apache.org > > -- "Hey you! Would you help me to carry the stone?" Pink Floyd ------=_Part_21720_30133637.1175618163573--