jsp页面 中的${requesScope.}不显示传入的值

just posted @ 2009年3月05日 06:51 in struts2 , 1258 阅读

jsp页面 中的${requesScope.}不显示传入的值。而是直接显示${requesScope.xxxx}

原因:应在jsp页面 的头部 添加 

<%@ page  isELIgnored = "false" %>

 isELIgnored="true|false"    表示是否在此JSP网页中执行或忽略EL表达式。如果为true时JSP Container将忽略EL表达式。

  • 无匹配
  • 无匹配

登录 *


loading captcha image...
(输入验证码)
or Ctrl+Enter