Re: AW: T4: binding stylesheets to components

2008-03-11 Thread Ulrich Stärk
My web apps have a layout of context |-- Home.html |-- WEB-INF | |-- app.application | `-- Echo.html `-- css `-- style.css Echo.html is the template for a component which gets included in Home.html. If I include jwcid="@Style" href="css/style.css" rel="stylesheet" type="text/css" media="

AW: T4: binding stylesheets to components

2008-03-11 Thread Stroeber, Andreas
sagedialog.css") public abstract IAsset getCssMessageDialog(); Grz andi -Ursprüngliche Nachricht- Von: Stroeber, Andreas Gesendet: Dienstag, 11. März 2008 16:58 An: Tapestry users Betreff: AW: T4: binding stylesheets to components Yes... So far so good. Now I get some css-Li

AW: T4: binding stylesheets to components

2008-03-11 Thread Stroeber, Andreas
Yes... So far so good. Now I get some css-Link in my body. But it links to http://localhost/css/style.css. How to point it to http://localhost/mytapapp/app/css/style.css? href="context:css/style.css" doesn't work. :-( -Ursprüngliche Nachricht- Von: Andreas Andreou [mailto:[EMAIL