Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我写了以下代码
<t:commandLink id="parameterYSubmit" action="#{parameters.updateParameterY}" onclick="if(!confirmit()) return false;"> <h:outputText value="#{msgs['button.save']}" /> </t:commandLink>
我按下命令链接,弹出窗口打开,我点击确定,没有任何结果。我拥有所有正确的 bean 和功能。
t:commandLink它是 myFaces 标签的内部标签。所以也许这个标签不在 MyFaces 标签中。
t:commandLink
问题是我写的
<form...
并不是
<h:form...