[opencms-dev] jsp inclusion placing problem

Nacho Fernández Orellana nacho.fernandez.orellana at gmail.com
Mon Jun 15 13:12:30 CEST 2009


Hi list,

Haven't anyone faced this same problem? No ideas in the whole list? Please
help even by suggesting things to check we may have overlooked. Greetings,

Nacho Fernandez.

> Hi list,
>
> We are experiencing a very weird problem with the place jsp inserts
> included jsp pages. We have a simple template like this
>
> <html>
> <div><cms:include page="page1.jsp"/></div>
> <div><cms:include page="page2.jsp" cacheable="false"/></div>
> <div><cms:include page="page3.jsp" cacheable="false"/></div>
> </html>
>
> Those includes with 'cacheable="false"' are displayed correctly, but each
> one that doesn't include that will get wrongly placed. The resulting html is
> in our case:
>
> ...contents of page 1...<html>
>  <div></div>
> <div>...contents of page2...</div>
> <div>...contents of page3...</div>
> </html>
>
> We need page1 to be cacheable by flex-cache, and it seems there is no way
> of doing so without spoiling the whole page composition. Any hints about
> this problem? It is driving us mad and breaking our whole layout. Thank you
> in advance.
>
> Greetings,
>
> Nacho Fernandez.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20090615/04fa9738/attachment.htm>


More information about the opencms-dev mailing list