facebook

EL Syntax Error with JSTL Fn

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #252509 Reply

    szafir
    Member

    The following EL code is legal but marked as an error by the Validation engine:

    ${fn:replace(mappingForm.selectedSource.label, ' ', ' ')}
    #252510

    szafir
    Member

    Sorry the previous was (due to lack of html escaping i guess):

    
    ${fn:replace(mappingForm.selectedSource.label, ' ', ' ')} 
    
    #252511

    szafir
    Member

    Same for:

    ${requestScope['javax.servlet.error.request_uri']}
Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: EL Syntax Error with JSTL Fn

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