Myfaces的tomahawk控件中JSCookMenu显示时变成提交按钮

pppppp 2007-04-11
Myfaces的tomahawk控件中JSCookMenu显示时变成提交按钮,而不是菜单。
<h:form>
<t:jscookMenu layout="hbr" theme="ThemeIE" id="menu" rendered="true" >
            <t:navigationMenuItem itemLabel="Employee">
                <t:navigationMenuItem itemLabel="Search By Id" action="/FruitList.xhtml"/>
                <t:navigationMenuItem itemLabel="Search By Name" action="/FruitList.xhtml"/>
                <t:navigationMenuItem itemLabel="Add" action="/FruitList.xhtml"/>
            </t:navigationMenuItem>
        </t:jscookMenu>
</h:form>
rockjava 2007-04-11
还有这个事情发生?不可能的。是不是你的JSP文件没有清理啊,还是调用到了以前生成的文件了?
pppppp 2007-04-14
http://issues.apache.org/struts/browse/SHALE-364
这个上面提到有这个问题,然后我特意去下载最新版的还是不行。
这篇文档我不是特别理解,有没有人帮我看看里面到底是怎么回事?
Global site tag (gtag.js) - Google Analytics