I accidentally discovered that there was a pop-up for images when you hover your mouse over the path in a jsp. Very nice. Unfortunately it does not if the path is wrapped with a c:url tag.
I accidentally discovered that there was a pop-up for images when you hover your mouse over the path in a jsp. Very nice. Unfortunately it does not if the path is wrapped with a c:url tag.
Neither does it work for widely-used "$/path" idiom, unfortunately. (Using <c:set var="ctx" value="${pageContext.request.contextPath}"/>)
Hello Norris,
Neither does it work for widely-used "$/path" idiom, unfortunately.
(Using <c:set var="ctx" value="${pageContext.request.contextPath}"/>)
-tt