| Author |
Cannot include JSP files
|
|
|
| I get the error com.ibm.wps.pe.pc.legacy.impl.TransferPortletException when
I use the getPortletConfig().getContext().include() to include my jsp file.
It complains about unable to interpret the type of the jsp. It works fine in
my 5.0 portal server, but not the 5.0.2 one. Is there anything I need to
configure to include jsp files? The default Websphere portlets work fine.
| |
|
| Ho wrote:
> I get the error com.ibm.wps.pe.pc.legacy.impl.TransferPortletException when
> I use the getPortletConfig().getContext().include() to include my jsp file.
> It complains about unable to interpret the type of the jsp. It works fine in
> my 5.0 portal server, but not the 5.0.2 one. Is there anything I need to
> configure to include jsp files? The default Websphere portlets work fine.
have you found any solution to this I'm also facing thesame problem
| |
|
| I have seen a similar message when the jsp becomes too large. You may have to split up you jsp to mulitple jsps and import them using
<jsp:include page="stuff.jsp"/>
|
|
|
|