Dakota Jack <dakota.jack 'at' gmail.com> writes:

> Just write the response with dynamic code that puts the correct name
> in the HTML, assuming that you are talking to a browser with response
> objects that are HTML.
> 
> For example, <img src='whatever8829382.png'> might come from <img
> src='<c:out value="${whateverVar}"/>'>.  Whatever you do, it has to

Why not <img src="${whateverVar}"> ?

-- 
Guillaume Cottenceau

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

Reply via email to