
应该是页面没有导标签,试试.
web.xml 文件中看有没有这种配置
< jsp-config >
< jsp-property-group >
< el-ignored >false< / el-ignored >
< /jsp-property-group >
< / jsp-config >
这样的话el不起作用

应该是页面没有导标签,试试.
web.xml 文件中看有没有这种配置
< jsp-config >
< jsp-property-group >
< el-ignored >false< / el-ignored >
< /jsp-property-group >
< / jsp-config >
这样的话el不起作用