Thanks guys!
I think I will just go with the "putting it in html" solution. The only
problem with this is that it creates two head elements, since I use @Shell.

BTW, I couldnt find import component or annotation. Can you please point me
to any documentation that you have.

Thanks,
Srini.

On 11/27/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

We do something similar; you can have your @Border *always* pull in a
single stylesheet that has a single line:

@import ("http://your.style.server/blah.css";)

You host blah.css off Apache (or Tomcat, or whatever) outside of the
context of your webapp and change at will.  You can use nested @imports
(e.g., blah.css is maybe just a collection of @imports as well).

HTH,
Tom

Reply via email to