Another problem that might be manifesting itself here is that EL might
not be enabled. Make sure that EL is enabled in your JSP pages.
Andrew Pliszka
Dale Newfield wrote:
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]