Re: JSP + CSS

2005-05-20 Thread Stein Erik Berget
On Fri, 20 May 2005 10:34:17 +, draegoon Z <[EMAIL PROTECTED]> wrote: Is there any way to use a JSP page as a CSS stylesheet? Like: @import url("./css/TEST.jsp"); What I'm trying to do is actually use tiles tags inside the stylesheet to make a template so as to seriously reduce the amo

Re: JSP + CSS

2005-05-20 Thread Leon Rosenberg
like: regards Leon On Fri, 2005-05-20 at 10:34 +, draegoon Z wrote: > Is there any way to use a JSP page as a CSS stylesheet? > > Like: @import url("./css/TEST.jsp"); > > What I'm trying to do is actually use tiles tags inside the stylesheet to > make a template > so as to seriously

JSP + CSS

2005-05-20 Thread draegoon Z
Is there any way to use a JSP page as a CSS stylesheet? Like: @import url("./css/TEST.jsp"); What I'm trying to do is actually use tiles tags inside the stylesheet to make a template so as to seriously reduce the amount of CSS. Anybody got any good solutions out there for this? Thanx ---