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]