I'm trying to load an image dynamicaly in a JSP and I'm trying to do something like:
<img src="<%= book.img %>">
where book.img contains a string (an absolute path). How can I fix the problem?
The error I receive is the following:
Bad value for attribute src on element img: DOUBLE_WHITESPACE in PATH.