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.
我正在尝试在 JSF 中编写一个组件来读取旧版 JSP 文件。我正在使用 RequestDispatcher.include 来执行此操作...唯一的问题是 externalContext.getRequest().getRequestDispatcher(...) 在 Icefaces 中返回 UnsupportedOperationException。
有办法解决这个问题吗?
谢谢。
生命周期似乎会导致该异常。http://blogs.oracle.com/jayashri/entry/when_and_how_to_redirect