Is this possible? According to the docs it is. But when I try the following:

<c:set var="path" value="/images/splash.jpg" scope="page" />

<img:image src="${path}"/>

The page fails saying File Not Found: '${path}'. Meaning it's not interpreting 
the path variable, but rather just spitting it back out as plain text. Yes, I 
have the core jstl libraries working properly, since the following statement:

path is <c:out value="${path}" />

prints out "path is /images/splash.jpg"

Any ideas?

Many thanks!
BOb
                
---------------------------------
Love cheap thrills? Enjoy PC-to-Phone  calls to 30+ countries for just 2ยข/min 
with Yahoo! Messenger with Voice.

Reply via email to