简体   繁体   English

JSF / Icefaces RequestDispatcher

[英]JSF/Icefaces RequestDispatcher

I am trying to write a component in JSF to read legacy JSP files. 我试图在JSF中编写一个组件以读取旧版JSP文件。 I am using RequestDispatcher.include to do this...The only problem is that externalContext.getRequest().getRequestDispatcher(...) returns an UnsupportedOperationException in Icefaces. 我正在使用RequestDispatcher.include来执行此操作...唯一的问题是externalContext.getRequest()。getRequestDispatcher(...)在Icefaces中返回UnsupportedOperationException。

Is there a way round this? 有办法解决吗?

Thanks. 谢谢。

The life cycle seems to cause that exception. 生命周期似乎导致该异常。 http://blogs.oracle.com/jayashri/entry/when_and_how_to_redirect http://blogs.oracle.com/jayashri/entry/when_and_how_to_redirect

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM