0
如何使用Liferay從beanclass中的一個頁面重定向到另一個頁面?來自beanclass的liferay中的重定向
下面是代碼:
LiferayFacesContext portletFacesContext = LiferayFacesContext.getInstance();
portletFacesContext.getExternalContext().redirect("NewFile");
當該代碼執行時,一個消息顯示「頁面未找到」。這兩個文件都存在於JSF portlet的liferay項目的View文件夾中。