From dev-return-20066-apmail-tapestry-dev-archive=tapestry.apache.org@tapestry.apache.org Sun Oct 07 18:27:43 2007 Return-Path: Delivered-To: apmail-tapestry-dev-archive@www.apache.org Received: (qmail 56767 invoked from network); 7 Oct 2007 18:27:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Oct 2007 18:27:42 -0000 Received: (qmail 72500 invoked by uid 500); 7 Oct 2007 18:27:30 -0000 Delivered-To: apmail-tapestry-dev-archive@tapestry.apache.org Received: (qmail 72481 invoked by uid 500); 7 Oct 2007 18:27:30 -0000 Mailing-List: contact dev-help@tapestry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tapestry development" Delivered-To: mailing list dev@tapestry.apache.org Received: (qmail 72472 invoked by uid 99); 7 Oct 2007 18:27:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Oct 2007 11:27:30 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Oct 2007 18:27:33 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id A1FB25A1CF for ; Sun, 7 Oct 2007 18:27:13 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: dev@tapestry.apache.org Date: Sun, 07 Oct 2007 18:27:13 -0000 Message-ID: <20071007182713.8398.13921@eos.apache.org> Subject: [Tapestry Wiki] Update of "Tapestry5WhereToStoreExternalResources" by HowardLewisShip X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for change notification. The following page has been changed by HowardLewisShip: http://wiki.apache.org/tapestry/Tapestry5WhereToStoreExternalResources ------------------------------------------------------------------------------ @Inject @Path("context:css/MyStyle.css") private Asset thestyle; + + public Asset getTheStyle() { return thestyle; } }}} And then in your page or component template: --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org For additional commands, e-mail: dev-help@tapestry.apache.org