facebook

JSTL tag errors

💡
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 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #212472 Reply

    Erez
    Member

    My JSP files use JSTL.

    Lines like this one:

    <c:if test="${pageContext.request.userPrincipal == null}">

    get the following error:

    Severity Description Resource In Folder Location Creation Time
    2 According to TLD or attribute directive in tag file, attribute value does not accept any expressions formMessages.jsp
    Site/WebRoot/views/common line 12 04:32:23 18

    Why?

    Thanks,

    Erez

    #212482

    Riyad Kalla
    Member

    Are you using JSTL 1.1? We currently only support 1.0 but 1.1 support (requiring full J2EE 1.4 support) will be comming very soon in a maintenence release. In our previous Beta 2 release the editor was ignorant of the EL used in taglibs, in 3.8 GA its aware of it, but doesn’t fully support it just yet.

    #212832

    Stuart McGrigor
    Participant

    I’m using JSTL v1.0 and get the same error:

    “According to TLD or attribute directive in tag file, attribute value does not accept any expressions”

    It seems MyEclipse is obviously not taking any notice of the ‘expressionAttributes’ parameter on the ‘validator’ element in the TLD file.

    #212847

    Riyad Kalla
    Member

    Stuey this is a known PIA that we got fixed in the new build, sorry about that.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: JSTL tag errors

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