You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Khurram Ahmed <kh...@gmail.com> on 2005/11/16 15:26:44 UTC

MyFaces Deployment on jsp 1.2 complaint containers and <%@ page isELIgnored="false" %> tag complaince

According to the following
http://myfaces.apache.org/gettingstarted.html

"If you are using a JSP 1.2 container like Tomcat 4 you must also copy the
file jsp-2.0.jar to your WEB-INF/lib dir."

Does adding the above jar allow us to set <%@ page isELIgnored="false" %>
tags (part of jsp 2.0 specification) on a jsp 1.2 container? If not then has
anyone been able to come up with a work around?

Re: MyFaces Deployment on jsp 1.2 complaint containers and <%@ page isELIgnored="false" %> tag complaince

Posted by Khurram Ahmed <kh...@gmail.com>.
Any answer, i am in a fix and still unable to decipher the situation, any
help in this regard would be greatly appreciated


On 11/16/05, Khurram Ahmed <kh...@gmail.com> wrote:
>
> According to the following
> http://myfaces.apache.org/gettingstarted.html
>
> "If you are using a JSP 1.2 container like Tomcat 4 you must also copy the
> file jsp-2.0.jar to your WEB-INF/lib dir."
>
> Does adding the above jar allow us to set <%@ page isELIgnored="false" %>
> tags (part of jsp 2.0 specification) on a jsp 1.2 container? If not then
> has anyone been able to come up with a work around?
>
>
>