im sorry this is wrong:

<s:url var="imgURL" value="/imageview"/><
        img src="${imgURL}" alt="img" width="40", height="40"/>

its like:
<
img src="/imageview/somepath" alt="img" width="40", height="40"/>

where somepath is the absolute path for the generated image. imageservlet
was supposed to retrieve the local image to the page
-- 
View this message in context: 
http://www.nabble.com/Cannot-call-servlet-from-portlet-using-img-tag-tp19883653p19890900.html
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to