• 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

Why struts 2 does not support EL?

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

Hope you are fine and doing well..I cam to know that because of security reason Struts2 does not support EL but support OGNL. I want to know that what is that security reason or any other reason because of which it is not supporting EL? What is the difference between EL and OGNL ?


Thanks and Regards,
Lokesh

 
Ranch Hand
Posts: 97
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As far as i understand OGNL itself is an Expression Language. The only difference is OGNL is much sophisticated then the plain EL. I think there is some mechanism through which you can use the Plain EL instead of OGNL but i am not sure of that, and in struts 2 there is really no need of doing that.
reply
    Bookmark Topic Watch Topic
  • New Topic