您应该在
value参数上使用单引号,即:
value='<%=request.getParameter("userName")%>'或
org.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING按
false如下所述将参数设置为:
http://blogs.sourceallies.com/2009/10/strict-quote-escaping-in-
tomcat/

您应该在
value参数上使用单引号,即:
value='<%=request.getParameter("userName")%>'或
org.apache.jasper.compiler.Parser.STRICT_QUOTE_ESCAPING按
false如下所述将参数设置为:
http://blogs.sourceallies.com/2009/10/strict-quote-escaping-in-
tomcat/