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: 397
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