我想通过post在url中设置一个参数,但是这个页面只执行一个方法并使用h:commandButton更新页面。
<h:commandButton value="Simular"
action="#{simulador.simular()}"
style="margin:0 4px 0 0;"
immediate="true">
<f:ajax render="@form" immediate="true"/>
</h:commandButton>
我怎样才能做到这一点?