0

问题:

我有一个带有操作的按钮和一个对 js 函数的 ajax 调用,但没有执行 javascript 函数。但是当我删除它时,<h:form>它会完美地工作。任何人都知道为什么会发生这种情况,以及如何解决它?

我真的很想使用表格。

代码:

在职的:

                <h:commandButton id="dice" alt="W&uuml;rfel" image="resources/img/wuerfel0.png" action="#{spiel.dice()}" tabindex="4" title="W&uuml;rfel">
                    <f:ajax render="gameinfo" onevent="animate" />
                </h:commandButton>

不工作:

         <h:form>
                <h:commandButton id="dice" alt="W&uuml;rfel" image="resources/img/wuerfel0.png" action="#{spiel.dice()}" tabindex="4" title="W&uuml;rfel">
                    <f:ajax render=":gameinfo" onevent="animate" />
                </h:commandButton>
         </h:form>

我也尝试用 commandLink 来实现,同样的问题!

4

0 回答 0