JSF/Icefaces RequestDispatcher

Posted by DD on Stack Overflow See other posts from Stack Overflow or by DD
Published on 2010-04-30T13:00:49Z Indexed on 2010/04/30 13:07 UTC
Read the original article Hit count: 378

Filed under:
|
|

I am trying to write a component in JSF to read legacy JSP files. I am using RequestDispatcher.include to do this...The only problem is that externalContext.getRequest().getRequestDispatcher(...) returns an UnsupportedOperationException in Icefaces.

Is there a way round this?

Thanks.

© Stack Overflow or respective owner

Related posts about jsf

Related posts about requestdispatcher