标签: jsf
在我的JSF 2.1项目中,我需要获取当前的URL并使用FacesContext.getViewRoot().getViewId(),但它始终返回以前的URL。
FacesContext.getViewRoot().getViewId()
我也尝试了request.getServletPath()和request.getRequestURI(),但结果是一样的。
request.getServletPath()
request.getRequestURI()