Thanks Marcel.

There is another issue related with EL. When I tried to use <jsp-
property-group> in web.xml to enable EL so I don't have to add page
directive in all JSPs of the project, it throws error.

<jsp-property-group>
      <description>Common configuration for all the JSP's</
description>
      <url-pattern>*.jsp</url-pattern>
      <el-ignored>false</el-ignored>
</jsp-property-group>

Kindly guide.

Regards


On Sep 11, 1:25 am, Marcel Overdijk <[email protected]> wrote:
> This is a known issue. 
> Seehttp://code.google.com/p/googleappengine/issues/detail?id=1478&q=isEL...
>
> Cheers,
> Marcel
>
> On Sep 10, 8:25 pm, Java_GAE <[email protected]> wrote:
>
> > Hi,
>
> > When I use EL in JSP, I am getting unprocessed EL in the output. But
> > when I add page directive <%@ page isELIgnored="false" %> to the JSP
> > pages, everything works fine. I observed that I need to add this
> > directive only in App Engine projects while other projects work fine
> > even without this directive. Please guide.
>
> > Thanks in advance.
>
> > I use Eclipse Ganemede on Windows Vista.
>
> > Regards
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to