cancel
Showing results for 
Search instead for 
Did you mean: 

Include of JSP in a JSP no more working

Former Member
0 Kudos

Hi, we are trying to run our EP5 SP5 iViews in our new EP6 SP2 environment, but we always receive an error message that it can't find the "Common.jsp" page that we are including in all our iViews.

In fact it's a special JSP page containing all the code needed in our JSPs.

The strange thing is that even from the same PAR file, the JSP's can't find the Common.jsp page that resides in the same directory !

Here's how we did it in EP 5 :

From other projects : <%@include file="prt:componentres:com.stibmivb.portal.component.common.default,/pagelet/Common.jsp"%>

From the same project : <%@include file="Common.jsp"%>

Has someone an idea ?

Thank you.

Xavier.

-

-


I've found that the problem comes from the characters (é,è,à, ...) that we use in our JSP.

When i remove these characters, the system doesn't say anymore that he can't find my file.

Has someone an idea why it worked in EP5 and no more in EP6 ?

Message was edited by: Xavier De Hairs

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Xavier,

probably you already solved it but you have to use resource bundles. then your problem will be solved

Koen

Former Member
0 Kudos

In fact it was a bug in EP6, that has been solved by a patch !

Regards

Xavier