Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
public void pageValidate(PageEvent event) { //how to use pageEvent to sendRedirect to google.com ?
对于外部站点,请使用:
throw new RedirectException("http://google.com")
要使用应用程序重定向到页面,请使用:
throw new PageRedirectException("page");