Robert Bowen wrote:

> No, "path = ${path} does not work. I am using JSTL 1.0 and Servlet 2.4.
> 
> So can I do this? ...Without changing versions of JSTL / Servlet?

short answer: no. Though I'm not sure where that <img:... tag comes
from, haven't used it myself.

But if you're using a 2.4 deployment descriptor -- check what's at
the beginning of your application's web.xml -- upgrading to JSTL 1.1
is as simple as downloading and replacing a couple of jar files...

And well worth it, IMO -- replacing all those `<c:out value="${path}"/>`
statements with `${path}` cleans up a workspace most wonderfully :-)

FWIW!
-- 
Hassan Schroeder ----------------------------- [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com
                opinion: webtuitive.blogspot.com
                                
                          dream.  code.



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

Reply via email to