<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Component-Preload File Problem in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/component-preload-file-problem/qaa-p/11522309#M4292139</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="laugh" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/74/images/emoticons/laugh.gif"&gt;&lt;/SPAN&gt; Glad you found the sollution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 05 Jan 2016 09:34:43 GMT</pubDate>
    <dc:creator>Abdul_Waheed</dc:creator>
    <dc:date>2016-01-05T09:34:43Z</dc:date>
    <item>
      <title>Component-Preload File Problem</title>
      <link>https://community.sap.com/t5/technology-q-a/component-preload-file-problem/qaq-p/11522294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am currently trying to improve the performance of my app by loading a Component-preload file. I am following a similar method as in this post &lt;A __default_attr="124638" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" data-orig-content="Performance Improvement with Component-preload.js " href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I started working on my app, I removed the "cannot load Component-preload file" error by inserting the &lt;SPAN style="color: #575757;"&gt;&lt;STRONG&gt;data-sap-ui-preload=&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #575757;"&gt;&lt;STRONG&gt;"" &lt;/STRONG&gt;line in my index.html file. The problem that I am facing now is that I cannot get back to the state where it complains about not finding the preload file. I removed the &lt;SPAN style="color: #575757;"&gt;&lt;STRONG&gt;data-sap-ui-preload=&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #575757;"&gt;&lt;STRONG&gt;"" &lt;/STRONG&gt;line from my index file, yet the GET request for the preload file is still missing. While inspecting my network tab in chrome, I can see that it does load &lt;STRONG&gt;library-preload&lt;/STRONG&gt; files, but the component-preload GET request is nowhere to be found.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there something else that I forgot about to enable the loading of a component-preload file? Just to clarify, Generating a Component-preload file is not my current problem, the problem is I want my app to complain about the missing preload file again. I know this seems weird, but once it complains, I can give it my preload file and take it from there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am running&lt;SPAN style="font-size: 13.3333px;"&gt; SAPUI5 &lt;/SPAN&gt;v1.28&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Albert Volschenk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2016 09:00:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/component-preload-file-problem/qaq-p/11522294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-04T09:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Component-Preload File Problem</title>
      <link>https://community.sap.com/t5/technology-q-a/component-preload-file-problem/qaa-p/11522295#M4292125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe data-sap-ui-preload="sync" helps?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Oliver&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2016 12:50:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/component-preload-file-problem/qaa-p/11522295#M4292125</guid>
      <dc:creator>OliverMerk</dc:creator>
      <dc:date>2016-01-04T12:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Component-Preload File Problem</title>
      <link>https://community.sap.com/t5/technology-q-a/component-preload-file-problem/qaa-p/11522296#M4292126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply, but unfortunately it does not solve the problem. The weird thing is that it does load preload files (the library-preload files), it just doesn't make a request for the Component's preload file, as if it is told to specifically ignore it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jan 2016 13:33:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/component-preload-file-problem/qaa-p/11522296#M4292126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-04T13:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Component-Preload File Problem</title>
      <link>https://community.sap.com/t5/technology-q-a/component-preload-file-problem/qaa-p/11522297#M4292127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe the browser cache the old code you wrote. Please clear the cache ans history and try again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 04:19:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/component-preload-file-problem/qaa-p/11522297#M4292127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-05T04:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Component-Preload File Problem</title>
      <link>https://community.sap.com/t5/technology-q-a/component-preload-file-problem/qaa-p/11522298#M4292128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try adding &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;sap-ui-core-all.js&lt;/STRONG&gt; &lt;/SPAN&gt;in your bootstrap instead of sap-ui-core.js?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 05:28:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/component-preload-file-problem/qaa-p/11522298#M4292128</guid>
      <dc:creator>Abdul_Waheed</dc:creator>
      <dc:date>2016-01-05T05:28:45Z</dc:date>
    </item>
    <item>
      <title>Re: Component-Preload File Problem</title>
      <link>https://community.sap.com/t5/technology-q-a/component-preload-file-problem/qaa-p/11522299#M4292129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply, I'm opening a new incognito window every time I test it, I also did a clean refresh but it still only loads the library-preload files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 06:38:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/component-preload-file-problem/qaa-p/11522299#M4292129</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-05T06:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Component-Preload File Problem</title>
      <link>https://community.sap.com/t5/technology-q-a/component-preload-file-problem/qaa-p/11522300#M4292130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the reply, unfortunately changing it to &lt;STRONG style="font-size: 13.3333px; color: #333333; background: #ffffff;"&gt;sap-ui-core-all.js &lt;/STRONG&gt;did not change anything about the preloading files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 06:39:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/component-preload-file-problem/qaa-p/11522300#M4292130</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-05T06:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Component-Preload File Problem</title>
      <link>https://community.sap.com/t5/technology-q-a/component-preload-file-problem/qaa-p/11522301#M4292131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Component-preload.js is called by core.&lt;/P&gt;&lt;P&gt;Did you made any changes in local installation ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 06:44:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/component-preload-file-problem/qaa-p/11522301#M4292131</guid>
      <dc:creator>Abdul_Waheed</dc:creator>
      <dc:date>2016-01-05T06:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Component-Preload File Problem</title>
      <link>https://community.sap.com/t5/technology-q-a/component-preload-file-problem/qaa-p/11522302#M4292132</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to give some idea of what my code looks like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in my index.html I have:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;lt;head&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;script id="sap-ui-bootstrap"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; src="resources/sap-ui-core.js"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; data-sap-ui-libs="sap.m, sap.ui.unified"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; data-sap-ui-theme="sap_bluecrystal"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; data-sap-ui-xx-bindingSyntax="complex"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; data-sap-ui-resourceroots='{"myNamespace":"./"}'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; data-sap-ui-preload="sync"&amp;gt;&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In chrome I get the follwing:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/861750" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a test project a while back, and it seems to be working correctly there. The bootstrap:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;&amp;lt;script id="sap-ui-bootstrap"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; src="resources/sap-ui-core.js"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; data-sap-ui-libs="sap.m"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; data-sap-ui-xx-bindingSyntax="complex"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; data-sap-ui-resourceroots='{"myNamespace": "./"}'&amp;gt;&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it gives the following output:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/861751" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I know I can generate and load a correct Component-preload file, its just in my main project it doesn't even try to load it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't seem to find the difference between the project's bootloaders (removing the preload="sync" in my main project doesn't do anything), please let me know if I should supply any particular code in my project.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 06:59:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/component-preload-file-problem/qaa-p/11522302#M4292132</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-05T06:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Component-Preload File Problem</title>
      <link>https://community.sap.com/t5/technology-q-a/component-preload-file-problem/qaa-p/11522303#M4292133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have switched from eclipse to IntelliJ using a Tomcat server, But after switching back to eclipse which uses the same libraries as the one that works, it Still does not even try to load the component's preload file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 07:19:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/component-preload-file-problem/qaa-p/11522303#M4292133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-05T07:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Component-Preload File Problem</title>
      <link>https://community.sap.com/t5/technology-q-a/component-preload-file-problem/qaa-p/11522304#M4292134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;did it load component-preload in intelliJ ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 07:22:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/component-preload-file-problem/qaa-p/11522304#M4292134</guid>
      <dc:creator>Abdul_Waheed</dc:creator>
      <dc:date>2016-01-05T07:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Component-Preload File Problem</title>
      <link>https://community.sap.com/t5/technology-q-a/component-preload-file-problem/qaa-p/11522305#M4292135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I primarily work in IntelliJ, and it did not load the component-preload file there. So I quickly switched back to eclipse just to test if it works there (which it didn't &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/74/images/emoticons/sad.gif"&gt;&lt;/SPAN&gt;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you think it might be something to do with my proxy setup in my component file? It seems to be the only main difference between my apps that load the preload file and the apps that don't.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrads&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 07:41:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/component-preload-file-problem/qaa-p/11522305#M4292135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-05T07:41:58Z</dc:date>
    </item>
    <item>
      <title>Re: Component-Preload File Problem</title>
      <link>https://community.sap.com/t5/technology-q-a/component-preload-file-problem/qaa-p/11522306#M4292136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. May be. Set proxy in eclipse and try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Also, try running using eclipse web app preview instead of tomcat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 07:49:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/component-preload-file-problem/qaa-p/11522306#M4292136</guid>
      <dc:creator>Abdul_Waheed</dc:creator>
      <dc:date>2016-01-05T07:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Component-Preload File Problem</title>
      <link>https://community.sap.com/t5/technology-q-a/component-preload-file-problem/qaa-p/11522307#M4292137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I'm a bit confused on how I should setup a proxy in eclipse? I currently have the following in my web.xml:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/861854" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then I just run my app as a web App in eclipse (in IntelliJ I run it on my Tomcat server). Is there a different method of setting up a proxy to work with ui5?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Yea, when I'm testing in Eclipse I run it as a webApp and when I'm working in intelliJ I run it on Tomcat. I moved an app, that loads the preload file correctly, from eclipse to IntelliJ and it worked on both. So I don't think its a problem with my setup (since the working app works on both platforms), I think its something in my Application settings itself. I forgot that I created the base of my app (that doesn't work) in the web IDE, so I'm currently exploring the possibility that the web IDE may have disabled component-preloadng...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 08:22:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/component-preload-file-problem/qaa-p/11522307#M4292137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-05T08:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Component-Preload File Problem</title>
      <link>https://community.sap.com/t5/technology-q-a/component-preload-file-problem/qaa-p/11522308#M4292138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I found the solution. Thank you for helping me. Check the "marked as correct" answer for what the problem was.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically 1 line of hidden code caused all my problems...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 09:31:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/component-preload-file-problem/qaa-p/11522308#M4292138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-05T09:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: Component-Preload File Problem</title>
      <link>https://community.sap.com/t5/technology-q-a/component-preload-file-problem/qaa-p/11522309#M4292139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="laugh" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/74/images/emoticons/laugh.gif"&gt;&lt;/SPAN&gt; Glad you found the sollution&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 09:34:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/component-preload-file-problem/qaa-p/11522309#M4292139</guid>
      <dc:creator>Abdul_Waheed</dc:creator>
      <dc:date>2016-01-05T09:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Component-Preload File Problem</title>
      <link>https://community.sap.com/t5/technology-q-a/component-preload-file-problem/qaa-p/11522310#M4292140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've found my problem. In my index.html file where I created my app's shell, There was a stray line of code which included the Component file. I guess it altered the way in which the component file loads the preload files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lessons learnt: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;jQuery.sap.require("myNamespace.Component"); &lt;/EM&gt;Should NOT be in your index.html file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for everyone that tried to help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Jan 2016 09:35:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/component-preload-file-problem/qaa-p/11522310#M4292140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-05T09:35:31Z</dc:date>
    </item>
  </channel>
</rss>

