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");