我正在使用<p:commandButton>
导航和设置ajax="false"
,但是地址栏不会更新以匹配action
-attribute 中定义的目标页面。它仍然显示带有<p:commandButton>
.
我可以发誓它并不总是这样。这种行为正常吗?
我该如何解决这个仍然<p:commandButton>
用于导航的问题?
我的代码:
<p:commandButton value="speichern" action="secondPage" ajax="false"/>