Hi, Why do I get this error org.apache.jasper.compiler.ParseException: /upload/display.jsp(23,70) Attribute image_path has no value
when I use
<html:image src="<%=request.getAttribute("image_path")%>" />
but this works fine
when I use
<img src="<%=request.getAttribute("image_path")%>" />
Any ideas?
Uma
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

