Seems like this should work:

<img src="<c:url value="/${sessionScope.member.photoPath}"/>" ...>

Please give an example of what you've tried with <c:url> and what the resulting
output was.

Quoting Vernon Smith <[EMAIL PROTECTED]>:

> 
> I need to out put a path inside of the containor. The path is 
> 
> <img src ="<%= request.getContextPath() + "/" +
> ((Member)request.getSession().getAttribute("member")).getPhotoPath() %>"
> align="middle">
> 
> in the script form. If I use the c:out tag, the JSP page path is attached to
> the front of the path. I also have tried the c:url and have the same result.
> 
> 
> How I can get the path right using a JSTL tag?
> 
> Thanks,
> 
> Vernon
> 
> 
> ____________________________________________________________
> University of Phoenix Online. Free Information - Online Classes
>
http://r.hotbot.com/r/lmt_uopo/http://servedby.advertising.com/click/site=563632/mnum=125825
> This offer applies to U.S. Residents Only

-- 
Kris Schneider <mailto:[EMAIL PROTECTED]>
D.O.Tech       <http://www.dotech.com/>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to