its look like taht you IDE dont move the resources in your war file or
servlet container directory at compile time

2008/8/12 Andy Huhn <[EMAIL PROTECTED]>

> Hello,
>
> I just switched to 5.0.14, and now my app can't seem to find my CSS
> file.  Any ideas?
>
> Here is the .tml I've been using:
>
>    <link rel="stylesheet" type="text/css"
>        href="${henStyleSheet}" media="all"/>
>
> Here is the corresponding .java:
>
>    @Inject
>    @Path("context:assets/styles/hen_styles.css")
>    private Asset _henStyleSheet;
>
> And here is the location of my .css file:
>
>    src/main/webapp/assets/styles/hen_styles.css
>
> Is there a configuration parameter I need to tweak?
>
> Thanks,
> Andy
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


-- 
with regards
Sven Homburg
http://www.chenillekit.org
http://tapestry5-components.googlecode.com

Reply via email to