Re: Runtime expressions with <img:image>
Hassan Schroeder <[email protected]>
| Newsgroups | gmane.comp.jakarta.taglibs.user |
|---|---|
| Message-ID | <[email protected]> |
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.