is there a shorter (built-in) way to access the context path using EL
i.e. shorter version of ${pageContext.request.contextPath}?
just wondering. because i have too much on my pages. i know it can be done by assigning some constant
string = request.getContextPath(), so don't suggest that idea. :\
NOTE: im looking for a built-in method.