学习struts2的过程中`使用El表达式一直不能解释``
最后发现问题``是在`web.xml中`
工程中用的web.xml是从struts2的示例中复制过来的`
程序代码
Struts 2.0 Hello World Struts2 org.apache.struts2.dispatcher.FilterDispatcher Struts2 /* index.jsp
并没有引入J2EE的定义``改为
程序代码
Struts 2.0 Hello World Struts2 org.apache.struts2.dispatcher.FilterDispatcher Struts2 /* index.jsp
后`EL表达式就可以用了``