No selector attribute (cookie/header/name/parameter) was specified

来源:互联网 发布:实用的网络运营方案 编辑:程序博客网 时间:2024/05/19 19:43
 

使用struts页面报错: No selector attribute (cookie/header/name/parameter) was specified

原因是:<logic:present name="show">
                 <logic:equal value="admin" >
                     <html:button property="bb" value="办结"></html:button>
                </logic:equal>
              </logic:present>

中的<logic:equal标签少了name="show"

原创粉丝点击