Displaying images on hover!!!
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.
Please sign in to leave a comment.
Hello Norris,
Neither does it work for widely-used "$/path" idiom, unfortunately.
(Using <c:set var="ctx" value="${pageContext.request.contextPath}"/>)
-tt