Thanks, Marcus,

I'm using Maven and would like to keep the file under
src/main/resources/com/.../components to simplify the injection.

Bill

On 5/16/07, Marcus <[EMAIL PROTECTED]> wrote:
Hi Bill,

If this css file name never change, perhaps this help:

in Layout.html:
<head>
     <link href="assets/css/mystyles.css" rel="stylesheet" type="text/css"/>
</head>

with mystyles.css under src/main/webapp/assets/css/

Marcus



--
"The future is here.  It's just not evenly distributed yet."

    -- Traditional

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to