[appengine-java] Re: Expression Language does not get evaluated in JSP

2009-09-14 Thread Jason (Google)
Did you put the jsp-property-group element inside of a jsp-config element? I tried this, and it uploaded without errors. - Jason On Thu, Sep 10, 2009 at 11:17 PM, Java_GAE wrote: > > Thanks Marcel. > > There is another issue related with EL. When I tried to use property-group> in web.xml to en

[appengine-java] Re: Expression Language does not get evaluated in JSP

2009-09-10 Thread Java_GAE
Thanks Marcel. There is another issue related with EL. When I tried to use in web.xml to enable EL so I don't have to add page directive in all JSPs of the project, it throws error. Common configuration for all the JSP's *.jsp false Kindly guide. Regards On Sep 11, 1:25 

[appengine-java] Re: Expression Language does not get evaluated in JSP

2009-09-10 Thread Marcel Overdijk
This is a known issue. See http://code.google.com/p/googleappengine/issues/detail?id=1478&q=isELIgnored&colspec=ID%20Type%20Status%20Priority%20Stars%20Owner%20Summary%20Log%20Component Cheers, Marcel On Sep 10, 8:25 pm, Java_GAE wrote: > Hi, > > When I use EL in JSP, I am getting unprocessed E