[opencms-dev] Multiple calls to <cms:include...>
Frankinet Philippe
p.frankinet at nsi-sa.be
Fri Aug 25 14:59:39 CEST 2006
Dear gurus,
I've experienced a strange problem. I've defined a jsp as a template-element. This jsp includes files that handle part of my XML, and some of these files includes other jsp, eg. to format date.
It looks like this :
my-template-element.jsp
--> <cms:include page="mypart1.jsp" />
--> code & text and <cms:include page="format.jsp" > <cms:param .....> </cms:include >
--> format date
--> <cms:include page="mypart2.jsp" />
....
There is no output as result of the call to the <cms:include page="format.jsp" >
If i use <@ include...> to include "mypart1.jsp", this works fine but this solution has another problem : latin-1 coding is lost (e.g. é or è ) !
Any ideas ?
Our configuration :
- OpenCms 6.0.4
- JBoss 3.2.7
- JDK 1.4.2
- Windows XP
Best regards,
Philippe.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20060825/82d00079/attachment.htm>
More information about the opencms-dev
mailing list