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