https://issues.apache.org/bugzilla/show_bug.cgi?id=57441

            Bug ID: 57441
           Summary: EL Lambda expression in a JSP fails with The function
                    incr must be used with a prefix when a default
                    namespace is not specified
           Product: Tomcat 8
           Version: 8.0.15
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: EL
          Assignee: dev@tomcat.apache.org
          Reporter: codeteste...@gmail.com

Run the following Lambda EL expression in a JSP 

${incr = x->x+1; incr(10)}

fails with this exception,

message /TestLambda.jsp (line: 59, column: 42) The function incr must be used
with a prefix when a default namespace is not specified

description The server encountered an internal error that prevented it from
fulfilling this request.

exception

org.apache.jasper.JasperException: /TestLambda.jsp (line: 59, column: 42) The
function incr must be used with a prefix when a default namespace is not
specified
   
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:42)

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to