• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Expression Language is not working

 
Ranch Hand
Posts: 68
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear Ranchers,

I am using weblogic 8.1.2. i noticed that EL (Expression Language) were not working.
Expression like ${MAP.key} is not working and inspite of returning the value whole expression gets printed in jsp as it is.

I tried to add <%@ page isELIgnored="false" %> and also

But none of them seems working in weblogic as in both the cases i got error.
Please provide any solution on this.

Thanks in advance,
 
Ranch Hand
Posts: 544
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I read it somewhere that you need to have your web.xml compliant to servlet 2.4 specification to run the EL in JSP. Take a sample web.xml for 2.4 specs and edit it for your requirements.
Try doing that and let us know.
Regds,
Amit
reply
    Bookmark Topic Watch Topic
  • New Topic