Re: Runtime expressions with <img:image>
"Martin Cooper" <[email protected]>
| Newsgroups | gmane.comp.jakarta.taglibs.user |
|---|---|
| Message-ID | <[email protected]> |
On 5/17/06, Hassan Schroeder <[email protected]> wrote: > > 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. Uh, that would be HTML... -- Martin Cooper 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] > >