You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-dev@portals.apache.org by Christopher Lim <ch...@gmail.com> on 2005/02/12 04:13:17 UTC

Pluto and JSTL 1.1 Issue

Does Pluto support JSTL 1.1?

It doesn't seem to render my JSP pages with JSTL 1.1 correctly.


Thanks,
Chris

Re: Pluto and JSTL 1.1 Issue

Posted by Jeremy Boynes <jb...@apache.org>.
Christopher Lim wrote:
> Does Pluto support JSTL 1.1?
> 

It's not Pluto per se but the JSP engine - anything 2.4 like Jetty 5 or 
Tomcat 5 should be fine.

> It doesn't seem to render my JSP pages with JSTL 1.1 correctly.
> 

Do you have the right namespace in the JSP page - they changed subtly 
between JSTL 1.0 and JSTL 1.1? That's bitten me a couple of times.

You might want to direct this question to a JSP list.

--
Jeremy