Morning,
Currently I have the following in my JSP
code...
<link rel="stylesheet" type="text/css"
media="screen" href="<%=request.getContextPath()%>/css/generic.css"
/>
It would be nice to have something like the
following...
<link rel="stylesheet" type="text/css"
media="screen" href="<ww:contextPath />/css/generic.css"
/>
If there was such a tag I could pretty much remove all of my scriptlet code
from my JSP pages...
Thougths?
Justen Stepka |
- Re: [OS-webwork] relative path tag Justen Stepka
- Re: [OS-webwork] relative path tag Joseph Ottinger
- Re: [OS-webwork] relative path tag Hani Suleiman
- [OS-webwork] Tip: WAS: relative path tag Maurice Parker
- Re: [OS-webwork] relative path tag Maurice Parker
- Re: [OS-webwork] relative path tag Justen Stepka
- Re: [OS-webwork] relative path tag Joseph Ottinger