<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>JS error in Custom Reply Template</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=12517427" />
  <subtitle>JS error in Custom Reply Template</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=12517427</id>
  <updated>2013-05-24T06:52:49Z</updated>
  <dc:date>2013-05-24T06:52:49Z</dc:date>
  <entry>
    <title>RE: JS error in Custom Reply Template</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12694999" />
    <author>
      <name>Koushal Pandit</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12694999</id>
    <updated>2013-03-06T12:26:13Z</updated>
    <published>2013-03-06T12:26:13Z</published>
    <summary type="html">Thank you so much Richard. I was really going on the wrong path. Even though the link in the developer's guide wasnt correct, I found the correct link on docWiki. The sample code really helped me fix my custom reply template. Thanks again</summary>
    <dc:creator>Koushal Pandit</dc:creator>
    <dc:date>2013-03-06T12:26:13Z</dc:date>
  </entry>
  <entry>
    <title>RE: JS error in Custom Reply Template</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12609304" />
    <author>
      <name>Richard L Whitesel</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12609304</id>
    <updated>2013-03-04T19:50:32Z</updated>
    <published>2013-03-04T19:50:32Z</published>
    <summary type="html">It appears that you are using the Facebook template as a starting point. We suggest that you refer to the custom reply template section in the developer guide. The sample code provided there is a much better starting place for you to develop your own custom reply template.</summary>
    <dc:creator>Richard L Whitesel</dc:creator>
    <dc:date>2013-03-04T19:50:32Z</dc:date>
  </entry>
  <entry>
    <title>JS error in Custom Reply Template</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12517426" />
    <author>
      <name>Koushal Pandit</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12517426</id>
    <updated>2013-03-01T12:51:57Z</updated>
    <published>2013-03-01T12:51:57Z</published>
    <summary type="html">My custom reply template is giving the following error in the java console. (Actual server name replaced by &lt;Server Name&gt;)
 
 
[color=#545454] [/color]

GET [color=#545454]https://[/color][color=#000000] &lt;Server Name&gt;[/color]/gadgets/ccp/vars.js 404 (Not Found)
[color=#545454]concat:2587[/color]


GET [color=#545454]https://[/color][color=#000000] &lt;Server Name&gt;[/color]/gadgets/ccp/prefs.js 404 (Not Found) [color=#545454]concat:2587[/color]


GET [color=#545454]https://[/color][color=#000000] &lt;Server Name&gt;[/color]/gadgets/ccp/mvc-base.js 404 (Not Found) [color=#545454]concat:2587[/color]


GET [color=#545454]https://[/color][color=#000000] &lt;Server Name&gt;[/color]/gadgets/ccp/log.js 404 (Not Found) [color=#545454]concat:2587[/color]


GET [color=#545454]https://[/color][color=#000000] &lt;Server Name&gt;[/color]/gadgets/ccp/comm.js 404 (Not Found) [color=#262626]concat:2587[/color]

 
All these js files are actually under /js/ccp/... but for some reason it is looking under gadgets/ccp. This part of the code is being called by one of the following js which is not under my control.



'/js/3rdparty/sarissa/sarissa-full-0.9.9.4/gr/abiss/js/sarissa/sarissa.js',


 
'ccp/utils',


 
'ccp/vars',


 
'ccp/facebook-oauth',


 
'/templates/reply/js/ccp-twitter.js',


 
'/templates/reply/js/ccp-facebook.js',


 
'/js/ccp-utils.js',



 
Can anybody tell me what I am doing wrong?</summary>
    <dc:creator>Koushal Pandit</dc:creator>
    <dc:date>2013-03-01T12:51:57Z</dc:date>
  </entry>
</feed>

