如何在p:commandButton中更改url上下文?

时间:2018-08-30 00:36:45

标签: jsf redirect primefaces commandbutton

在JSF / Primefaces应用程序中,我具有以下命令按钮代码:

<p:selectBooleanCheckbox value="#{userAuth.parameterA}"/>
<p:commandButton value="Save Changes" 
id="withIcon" 
type="submit"
action="#{userAuth.saveChanges()}" 
icon="ui-icon-disk" ajax="false"/>

如何更改网址以重定向到与当前网址上下文无关的内容(例如,将localhost:8080 / xxxx.xxx更改为somecompany.com/xxx.xxx)。

0 个答案:

没有答案