Michael Horwitz wrote:
The ${} stuff is only ever recognised by JSP tags. So you need:
<img src="/stream?<c:out value="${id}"/>">

This is not necessarily true. It depends upon which version of the jsp spec your engine is set to use.

-Dale

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

Reply via email to