为什么我在struts2中使用EL表达式时就会报这个错
为什么我在struts2中使用EL表达式时就会报这个错 list.jsp(3,0)AccordingtoTLDorattributedirectiveintag...
为什么我在struts2中使用EL表达式时就会报这个错 list.jsp(3,0) According to TLD or attribute directive in tag file, attribute items does not accept any expressions
展开
3个回答
展开全部
你肯定定义了自定义标签,在你的web.xml中需要加入<jsp-config>
<taglib>
<taglib-uri>/mytablibURI</taglib-uri>
<taglib-location>/WEB-INF/tlds/HelloTaglib.tld</taglib-location>
</taglib>
</jsp-config>
这个是web.xml需要配置的 ,另外 能贴下你的tld代码和jsp代码吗? 这个代码的意思是你在tld里面声明的属性没有设置参数的,但是你却加了参数,自定义标签稍微有一点错,你的页面就跑不起来
<taglib>
<taglib-uri>/mytablibURI</taglib-uri>
<taglib-location>/WEB-INF/tlds/HelloTaglib.tld</taglib-location>
</taglib>
</jsp-config>
这个是web.xml需要配置的 ,另外 能贴下你的tld代码和jsp代码吗? 这个代码的意思是你在tld里面声明的属性没有设置参数的,但是你却加了参数,自定义标签稍微有一点错,你的页面就跑不起来
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询