<p dir="ltr">Hi Filip,</p>
<p dir="ltr">But I noticed that the template has a <cms:headincludes> tag. According to the documentation, that should force all formatter includes into the head?</p>
<p dir="ltr">Clement</p>
<div class="gmail_extra"><br><div class="gmail_quote">On 2 Mar 2017 19:00,  <<a href="mailto:opencms-dev-request@opencms.org">opencms-dev-request@opencms.org</a>> wrote:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send opencms-dev mailing list submissions to<br>
        <a href="mailto:opencms-dev@opencms.org">opencms-dev@opencms.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev" rel="noreferrer" target="_blank">http://lists.opencms.org/cgi-<wbr>bin/mailman/listinfo/opencms-<wbr>dev</a><br>
or, via email, send a message with subject or body 'help' to<br>
        <a href="mailto:opencms-dev-request@opencms.org">opencms-dev-request@opencms.<wbr>org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:opencms-dev-owner@opencms.org">opencms-dev-owner@opencms.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of opencms-dev digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
   1. Head Includes Not Working in Apollo Template (Clement Wee)<br>
   2. Re: Head Includes Not Working in Apollo Template<br>
      (Filip Kratochvil)<br>
<br>
<br>
------------------------------<wbr>------------------------------<wbr>----------<br>
<br>
Message: 1<br>
Date: Thu, 2 Mar 2017 16:19:10 +0800<br>
From: Clement Wee <<a href="mailto:clement@elixirtech.com">clement@elixirtech.com</a>><br>
To: <a href="mailto:opencms-dev@opencms.org">opencms-dev@opencms.org</a><br>
Subject: [opencms-dev] Head Includes Not Working in Apollo Template<br>
Message-ID:<br>
        <CAM8TMLAq=g1HZau++<wbr>70yVgPRNb4kf7=<a href="mailto:pOhZg72JYBPzpgVeA7w@mail.gmail.com">pOhZg72JYBPzpgVe<wbr>A7w@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Hi Dev Team,<br>
<br>
I am using OpenCMS 10.5.1.<br>
<br>
I have created a new resource-type and added the necessary head includes to<br>
the formatter. The head includes are necessary as the middle of the<br>
formatter includes a script that calls one of the included methods.<br>
<br>
However, when I drag it onto an Apollo Template Container Page, the head<br>
includes don't show up at the head; instead they show up at the tail end of<br>
the body. As a result, my script fails to run.<br>
<br>
Is there some extra configuration for the Apollo Template?<br>
<br>
Regards,<br>
Clement<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.opencms.org/pipermail/opencms-dev/attachments/20170302/6dd107b6/attachment-0001.html" rel="noreferrer" target="_blank">http://lists.opencms.org/<wbr>pipermail/opencms-dev/<wbr>attachments/20170302/6dd107b6/<wbr>attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Thu, 2 Mar 2017 09:43:31 +0100<br>
From: "Filip Kratochvil" <<a href="mailto:filip.kratochvil@nelasoft.cz">filip.kratochvil@nelasoft.cz</a>><br>
To: "'The OpenCms mailing list'" <<a href="mailto:opencms-dev@opencms.org">opencms-dev@opencms.org</a>><br>
Subject: Re: [opencms-dev] Head Includes Not Working in Apollo<br>
        Template<br>
Message-ID: <003401d29331$1303c360$<wbr>390b4a20$@<a href="http://nelasoft.cz" rel="noreferrer" target="_blank">nelasoft.cz</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Hi Clement,<br>
<br>
<br>
<br>
formatter includes are placed at the bottom of the page (before ending </body> tag; check apollo-page.jsp). So, you are probably calling a script (in your formatter) that isn?t actually placed on the page.<br>
<br>
--<br>
S pozdravem / Kind regards<br>
Filip Kratochvil<br>
------------------------------<wbr>------------------<br>
NELASOFT Technologies, s.r.o.<br>
E-mail:  <mailto:<a href="mailto:filip.kratochvil@nelasoft.cz">filip.kratochvil@<wbr>nelasoft.cz</a>> <a href="mailto:filip.kratochvil@nelasoft.cz">filip.kratochvil@nelasoft.cz</a><br>
Web:  <<a href="http://www.nelasoft.cz/" rel="noreferrer" target="_blank">http://www.nelasoft.cz/</a>> <a href="http://www.nelasoft.cz" rel="noreferrer" target="_blank">www.nelasoft.cz</a><br>
<br>
Twitter:  <<a href="https://twitter.com/NELASOFT" rel="noreferrer" target="_blank">https://twitter.com/NELASOFT</a>> @NELASOFT<br>
<br>
<br>
<br>
From: <a href="mailto:opencms-dev-bounces@opencms.org">opencms-dev-bounces@opencms.<wbr>org</a> [mailto:<a href="mailto:opencms-dev-bounces@opencms.org">opencms-dev-bounces@<wbr>opencms.org</a>] On Behalf Of Clement Wee<br>
Sent: Thursday, March 2, 2017 9:19 AM<br>
To: <a href="mailto:opencms-dev@opencms.org">opencms-dev@opencms.org</a><br>
Subject: [opencms-dev] Head Includes Not Working in Apollo Template<br>
<br>
<br>
<br>
Hi Dev Team,<br>
<br>
I am using OpenCMS 10.5.1.<br>
<br>
<br>
<br>
I have created a new resource-type and added the necessary head includes to the formatter. The head includes are necessary as the middle of the formatter includes a script that calls one of the included methods.<br>
<br>
However, when I drag it onto an Apollo Template Container Page, the head includes don't show up at the head; instead they show up at the tail end of the body. As a result, my script fails to run.<br>
<br>
<br>
<br>
Is there some extra configuration for the Apollo Template?<br>
<br>
<br>
<br>
Regards,<br>
<br>
Clement<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://lists.opencms.org/pipermail/opencms-dev/attachments/20170302/2e20ddf8/attachment-0001.html" rel="noreferrer" target="_blank">http://lists.opencms.org/<wbr>pipermail/opencms-dev/<wbr>attachments/20170302/2e20ddf8/<wbr>attachment-0001.html</a>><br>
<br>
------------------------------<br>
<br>
______________________________<wbr>_________________<br>
This mail is sent to you from the opencms-dev mailing list<br>
To change your list options, or to unsubscribe from the list, please visit<br>
<a href="http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev" rel="noreferrer" target="_blank">http://lists.opencms.org/cgi-<wbr>bin/mailman/listinfo/opencms-<wbr>dev</a><br>
<br>
End of opencms-dev Digest, Vol 278, Issue 3<br>
******************************<wbr>*************<br>
</blockquote></div><br></div>