投稿経由で 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>
どうすればこれを達成できますか?