4 Replies Latest reply on May 21, 2015 2:27 PM by jboss234

    org.apache.jasper.JasperException

    jboss234

      I am using Wildfly 8.2 and getting exception,

       

      org.apache.jasper.JasperException: /file/jsp/Plan_info.jsp(243,138) JBWEB004214: Error unquoting attribute value

           at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:42)

           at org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:145)

           at org.apache.jasper.compiler.Parser.parseAttributeValue(Parser.java:257)

           at org.apache.jasper.compiler.Parser.parseAttribute(Parser.java:206)

           at org.apache.jasper.compiler.Parser.parseAttributes(Parser.java:150)

           at org.apache.jasper.compiler.Parser.parseCustomTag(Parser.java:1199)

           at org.apache.jasper.compiler.Parser.parseElements(Parser.java:1409)

           at org.apache.jasper.compiler.Parser.parse(Parser.java:132)

           at org.apache.jasper.compiler.ParserController.doParse(ParserController.java:256)

           at org.apache.jasper.compiler.ParserController.parse(ParserController.java:105)

           at org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:194)

           at org.apache.jasper.compiler.Compiler.compile(Compiler.java:359)

       

      Looks like it doesn't like Quoted value in

      name ="<%=(String)request.getAttribute("name") %>"

       

      It was working fine with JBoss AS 4.0.3.

       

      What is work around.

       

      Thanks,