I would like to create a JSTL img element whose src attribute is absolute. When I use the <w:img src='
http://someLocation'>, the src is modified to make it relative. So the result is src='/http:/someLocation'. How do I prevent this from happening?
Jim