我得到以下错误
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 ×1