But for some reason, when this JSP gets served, the stylesheet is not taking effect, and I can't figure out why.
I have a feeling it's something stupid and small that I missed.
09-22-2009, 02:59 PM
romsok
Resolved
The issue was that I was assuming the path to the CSS resource is relative to the JSP location. Instead, it should be relative to the app context root location.