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?
Sure. Just add <%@ page language="java" contentType="text/css" %> on top in the file 'css/TEST.jsp'. You could skip the language part if you like...
-- Stein Erik Berget
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]