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.

0
1 comment

Hello Norris,

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}"/>)

-tt


0

Please sign in to leave a comment.