facebook

unExpected isELIgnored ="false"

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #222455 Reply

    saran_vimal
    Member

    Hi,

    I am trying to use JSTL and EL in my page.I am giving the import as,

    <%@ page isELIgnored =”false” %>

    But when I am getting the error as unExpected isELIgnored =”false”

    #222477

    Riyad Kalla
    Member

    isELIgnored is part of JSP 2.0 spec, so make sure your web.xml file defines the web 2.4 spec schema and not the web 2.3 DTD for this to work.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: unExpected isELIgnored ="false"

You must be logged in to post in the forum log in