小编Ali*_*ice的帖子

h:commandLink 导致 JS Uncaught TypeError:无法将属性 'adp' 设置为 null

我得到以下错误

jsf.js.xhtml?ln=javax.faces:1 Uncaught TypeError: 无法设置 null 的属性“adp”

当我添加h:form使用h:commandLink

<h:form>
    <h:commandLink value="View AMC" action="#{treeTableManagedBean.redirectPage()}" />
</h:form>
Run Code Online (Sandbox Code Playgroud)

jsf

3
推荐指数
1
解决办法
2806
查看次数

标签 统计

jsf ×1