facebook

JSP EL Syntax Error for quote

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #262866 Reply

    vibul
    Member

    Hi,

    I’m on 5.1.0 GA.

    Im my JSP page, I’ve got the line

    ${requestScope.userStringMap['policy_listing_due_date']}

    The JSP validator is giving me an “EL Syntax Error” even though it works when the JSP runs under tomcat. Changing the single to double quote also does not work.

    The only time i got the warning to go away is if the code was in a c:out element:

    <c:out value="${requestScope.userStringMap['policy_listing_due_date']}" />

    Is this a bug? Is there a workaround?

    Thanks
    Vibul.

    #262888

    Riyad Kalla
    Member

    Vibul,
    This looks to be a bug, I am filing it for investigation. Thank you for bringing this to our attention.

    #265571

    DigitalMeasures
    Participant

    Hi,

    Has this been resolved? I’m seeing a similar validation issue with the following code:

    
     ${fn:replace(endDate, "AM", "am")}
    

    This code runs fine, but I receive multiple warnings “EL Syntax Error” (3 warnings to be exact) in this statement. I am also using 5.1.0 GA.

    Thanks,
    Michael

    #265573

    Riyad Kalla
    Member

    Michael,
    Sorry this hasn’t been resolved yet.

    #265688

    augustientje
    Member

    Any ETA for this? Is the myeclipse team going to fix this, or does it has to wait for the WTP guys (gals? :P) to get their hands on this?

    #265725

    Riyad Kalla
    Member

    It won’t be fixed in 5.5 (it wasn’t targetted for that release). Also I’m not sure which tact management will take with this issue, it’s really on an issue-by-issue basis when we decide which way to go depending on the roadmap of the WTP plan (having both teams working on the same thing is just a waste of money).

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: JSP EL Syntax Error for quote

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