I have a JSP page which uses some kind of JSTL statment to refer a CSS...
<jstl:tag ...href=abc.css>
Now this same abc.css is located in 3 separate folders and based on some condition it picks dynamically from one of these 3 folders..
I am not sure howitdoes that and wantec to understand if this logic iswritten somewherewithin the JSTL TLD or in some Java class...what can be the possibilities?
Thank you.