RichFaces 4.5 commandLink执行带ID的表单

时间:2015-03-17 13:14:00

标签: java jsf-2 richfaces execute commandlink

我想知道是否可以使用a4j:commandLink组件的execute属性来使用表单id提交表单。这是我的代码:

<h:form id="myForm">
     // fields and values and stuff.....

</h:form>

<a4j:region>
    <a4j:commandLink execute="myForm" id="myLink" value="Click Here" render="someComponent" actionListener="#{myBean.myAction}"/>
</a4j:region>

如果这不可行,请建议我实现此目的的其他方法。

0 个答案:

没有答案