0
使用JSF2和richfaces 4.jsf richfaces a4j:區域調用渲染
我有兩個地區在我的形式與多個地區。我想爲另一個區域調用渲染。我該怎麼做?
<h:form>
<a4j:region id="rg_1">
<h:inputText id="field1" value="#{bean.field1}"/>
</a4j:region>
<a4j:region id="rg_2">
<a4j:commandLink action="#{mybean.resetBean} render="region1" />
</a4j:region>
</h:form>
更新了我的答案.. – Daniel
我試過這個,但是commandlink繞過了所有的驗證和行動。 –
嘗試渲染屬性 - 更新我的回答 – Daniel