<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:clearspace="http://www.jivesoftware.com/xmlns/clearspace/rss" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Jivespace: Message List - Unexpected entry of header</title>
    <link>http://www.jivesoftware.com/jivespace/community/developer?view=discussions</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    <pubDate>Tue, 21 Oct 2008 18:14:32 GMT</pubDate>
    <generator>Jive SBS 3.0.8 (http://jivesoftware.com/products/clearspace/)</generator>
    <dc:date>2008-10-21T18:14:32Z</dc:date>
    <dc:language>en</dc:language>
    <item>
      <title>Re: Unexpected entry of header</title>
      <link>http://www.jivesoftware.com/jivespace/message/133975?tstart=0#133975</link>
      <description>&lt;!-- [DocumentBodyStart:ac710c3d-d8eb-4dc4-af1a-1c8fc26f5c96] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;To fix the Issue of having the header rendered twice you need to anotate the hellowwoerld action with the @Decorate(false) annotation.&amp;nbsp; Whwn ever you have and action which renders inside an existing action you need to add this annotation to tell sitemesh to not include the header.&amp;nbsp; Examplea are any of the included actions or an action that renders inside a widget.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;So change your action java code to be:&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-java"&gt;&lt;span style="color: navy;"&gt;&lt;strong&gt;import&lt;/strong&gt;&lt;/span&gt; com.jivesoftware.community.action.JiveActionSupport;&lt;br/&gt; &lt;br/&gt;@Decorate(false) &lt;br/&gt;&lt;span style="color: navy;"&gt;&lt;strong&gt;public&lt;/strong&gt;&lt;/span&gt; &lt;span style="color: navy;"&gt;&lt;strong&gt;class&lt;/strong&gt;&lt;/span&gt; HelloWorld &lt;span style="color: navy;"&gt;&lt;strong&gt;extends&lt;/strong&gt;&lt;/span&gt; JiveActionSupport &lt;span style="color: navy;"&gt;{&lt;/span&gt;&lt;br/&gt; &lt;br/&gt;&amp;nbsp;&amp;nbsp; &lt;span style="color: navy;"&gt;&lt;strong&gt;public&lt;/strong&gt;&lt;/span&gt; String execute() &lt;span style="color: navy;"&gt;{&lt;/span&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span style="color: navy;"&gt;&lt;strong&gt;return&lt;/strong&gt;&lt;/span&gt; &lt;span style="color: red;"&gt;"success"&lt;/span&gt;;&lt;br/&gt;&amp;nbsp;&amp;nbsp; &lt;span style="color: navy;"&gt;}&lt;/span&gt;&lt;br/&gt;&lt;span style="color: navy;"&gt;}&lt;/span&gt;&lt;br/&gt;&lt;/code&gt;&lt;/pre&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;This should solve your problem.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Cheers,&lt;/p&gt;&lt;p&gt;Joel&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ac710c3d-d8eb-4dc4-af1a-1c8fc26f5c96] --&gt;</description>
      <pubDate>Tue, 21 Oct 2008 18:14:32 GMT</pubDate>
      <author>communities@jivesoftware.com</author>
      <guid>http://www.jivesoftware.com/jivespace/message/133975?tstart=0#133975</guid>
      <dc:date>2008-10-21T18:14:32Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Unexpected entry of header</title>
      <link>http://www.jivesoftware.com/jivespace/message/131997?tstart=0#131997</link>
      <description>&lt;!-- [DocumentBodyStart:ca6bcd9d-cca8-4486-abae-00ddf5ed194b] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi Karl,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; Any updates on this topic? i noticed that when i invoke custom actions with hello-worl.jspa a header and footer values are appended to UI automatically but if i invoke the same action through a different channel like invoking actions from a ftl with &amp;lt;@s.action&amp;nbsp; name="hello-world"&lt;/p&gt;&lt;p&gt;header and footer are not included. im not sure why is this? please let me know if you have any updates.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you,&lt;/p&gt;&lt;p&gt;chandu.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:ca6bcd9d-cca8-4486-abae-00ddf5ed194b] --&gt;</description>
      <pubDate>Wed, 15 Oct 2008 05:42:59 GMT</pubDate>
      <author>communities@jivesoftware.com</author>
      <guid>http://www.jivesoftware.com/jivespace/message/131997?tstart=0#131997</guid>
      <dc:date>2008-10-15T05:42:59Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Unexpected entry of header</title>
      <link>http://www.jivesoftware.com/jivespace/message/131634?tstart=0#131634</link>
      <description>&lt;!-- [DocumentBodyStart:435c0b15-eada-468c-8382-a2ea6aeadd8e] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi Karl,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; Thank you for the reply. i tried to isolate the issue with a simple hello-world example instead of including result from a custom version of taggable-content action what i did was, i added a hello-world action like below&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; HelloWorld.java&lt;/p&gt;&lt;!--[CodeBlockStart:4bc00cd9-6de5-4ab2-be8c-f67c015703c6]--&gt;&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-java"&gt;&lt;font color="navy"&gt;&lt;b&gt;import&lt;/b&gt;&lt;/font&gt; com.jivesoftware.community.action.JiveActionSupport;
&amp;nbsp;
&amp;nbsp;
&lt;font color="navy"&gt;&lt;b&gt;public&lt;/b&gt;&lt;/font&gt; &lt;font color="navy"&gt;&lt;b&gt;class&lt;/b&gt;&lt;/font&gt; HelloWorld &lt;font color="navy"&gt;&lt;b&gt;extends&lt;/b&gt;&lt;/font&gt; JiveActionSupport &lt;font color="navy"&gt;{&lt;/font&gt;
&amp;nbsp;
&amp;nbsp;&amp;nbsp; &lt;font color="navy"&gt;&lt;b&gt;public&lt;/b&gt;&lt;/font&gt; String execute() &lt;font color="navy"&gt;{&lt;/font&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;font color="navy"&gt;&lt;b&gt;return&lt;/b&gt;&lt;/font&gt; &lt;font color="red"&gt;"success"&lt;/font&gt;;
&amp;nbsp;&amp;nbsp; &lt;font color="navy"&gt;}&lt;/font&gt;
&lt;font color="navy"&gt;}&lt;/font&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;!--[CodeBlockEnd:4bc00cd9-6de5-4ab2-be8c-f67c015703c6]--&gt;&lt;p&gt;hello-world.ftl&lt;/p&gt;&lt;!--[CodeBlockStart:d6c0c89e-d6c5-491b-9d15-1c7f62ec4b89]--&gt;&lt;pre class="jive-pre"&gt;&lt;code class="jive-code"&gt;&amp;lt;div&amp;gt;
&amp;lt;span&amp;gt;This is hello world&amp;lt;/span&amp;gt;
&amp;lt;a href="#" onclick="jivetaggablecontent.reload(true); return false;"&amp;gt;click here&amp;lt;/a&amp;gt;
&amp;lt;/div&amp;gt;

&amp;lt;form id="jive-tagform" name="jivetagform" method="get" &amp;gt;
&amp;lt;/form&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;!--[CodeBlockEnd:d6c0c89e-d6c5-491b-9d15-1c7f62ec4b89]--&gt;&lt;p&gt;action confioguration&lt;/p&gt;&lt;!--[CodeBlockStart:143477a9-fc88-4a73-ab6e-aab7f2aded34]--&gt;&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-xml"&gt;&amp;nbsp; &lt;span class="jive-xml-tag"&gt;&amp;lt;action name="hello-world" class="com.custom.community.actions.HelloWorld"&amp;gt;&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span class="jive-xml-tag"&gt;&amp;lt;result name="success"&amp;gt;&lt;/span&gt;/template/global/hello-world.ftl&lt;span class="jive-xml-tag"&gt;&amp;lt;/result&amp;gt;&lt;/span&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;span class="jive-xml-tag"&gt;&amp;lt;/action&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;!--[CodeBlockEnd:143477a9-fc88-4a73-ab6e-aab7f2aded34]--&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;and in tags.ftl i invoked i called this hello-world action. as you see it displays simple text no headers and no footers. but still a header image,&lt;/p&gt;&lt;p&gt;user bar and footer. im wondering weather is this same for ever action? is there a way to avoid including header and footer?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;im attaching the tags.ftl and the result page i've got for your review.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;please suggest something as i feel this is CS realted but not with my customization.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you,&lt;/p&gt;&lt;p&gt;chandu.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:435c0b15-eada-468c-8382-a2ea6aeadd8e] --&gt;</description>
      <pubDate>Tue, 14 Oct 2008 11:06:07 GMT</pubDate>
      <author>communities@jivesoftware.com</author>
      <guid>http://www.jivesoftware.com/jivespace/message/131634?tstart=0#131634</guid>
      <dc:date>2008-10-14T11:06:07Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>1</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Unexpected entry of header</title>
      <link>http://www.jivesoftware.com/jivespace/message/130836?tstart=0#130836</link>
      <description>&lt;!-- [DocumentBodyStart:4f7a4760-ec16-4a0d-a50a-cd68aa7ea15e] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi Chandu, &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I can't seem to replicate this issue on my local Clearspace instance, and just looking at your ftls there doesn't seem to be anything obviously wrong. My recommendation would be to pull out some of the code and try to isolate the problem to exactly where in the ftl the problem is occurring. I'm sorry I can't offer much advice past that because I can really only support code written by Jive.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Also, I see that you are currently running v2.5.0 rc. This is not a supported version of Clearspace so I recommend patching your system to 2.5.2 to make sure you are up-to-date with the latest code base.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p&gt;Karl&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:4f7a4760-ec16-4a0d-a50a-cd68aa7ea15e] --&gt;</description>
      <pubDate>Fri, 10 Oct 2008 15:56:18 GMT</pubDate>
      <author>communities@jivesoftware.com</author>
      <guid>http://www.jivesoftware.com/jivespace/message/130836?tstart=0#130836</guid>
      <dc:date>2008-10-10T15:56:18Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>3</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Unexpected entry of header</title>
      <link>http://www.jivesoftware.com/jivespace/message/130780?tstart=0#130780</link>
      <description>&lt;!-- [DocumentBodyStart:e0982dee-d087-42cc-83d5-b321713caeac] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi Karl,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; Are there any updates on this thread please?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you,&lt;/p&gt;&lt;p&gt;chandu.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:e0982dee-d087-42cc-83d5-b321713caeac] --&gt;</description>
      <pubDate>Fri, 10 Oct 2008 13:40:46 GMT</pubDate>
      <author>communities@jivesoftware.com</author>
      <guid>http://www.jivesoftware.com/jivespace/message/130780?tstart=0#130780</guid>
      <dc:date>2008-10-10T13:40:46Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>4</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Unexpected entry of header</title>
      <link>http://www.jivesoftware.com/jivespace/message/129835?tstart=0#129835</link>
      <description>&lt;!-- [DocumentBodyStart:2733e3de-cd6a-420d-9a37-a043754108f5] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi Karl,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; Im trying to customize the "taggable-content" action to display external resources when a requested tag is not available. here i customized the "taggable-content" action and added a overridden version of this action in an action plugin. today i've update tags.ftl and taggable-content.ftl&lt;/p&gt;&lt;p&gt; in tags.ftl i've added a new javascript prototype calss in the place of JiveTaggableContent to support displaying external resources when the requested tag is not available in CS db. im attaching those updated files. im still having the issue but with some change.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&lt;span&gt;1. if i request a url like &lt;/span&gt;&lt;a class="jive-link-external-small" href="http://localhost:8080/clearspace_community/tags?tags=tag1" target="_blank"&gt;http://localhost:8080/clearspace_community/tags?tags=tag1&lt;/a&gt;&lt;span&gt;. in this case its rendering fine no additional header is appended&lt;/span&gt;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;2. but once above url is queried. it presents the UI with tagcloud and resources of the tag "tag1". now if i click any of the tags in the tag cloud&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; im getting the additional header.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you,&lt;/p&gt;&lt;p&gt;chandu.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:2733e3de-cd6a-420d-9a37-a043754108f5] --&gt;</description>
      <pubDate>Wed, 08 Oct 2008 10:27:58 GMT</pubDate>
      <author>communities@jivesoftware.com</author>
      <guid>http://www.jivesoftware.com/jivespace/message/129835?tstart=0#129835</guid>
      <dc:date>2008-10-08T10:27:58Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Unexpected entry of header</title>
      <link>http://www.jivesoftware.com/jivespace/message/129553?tstart=0#129553</link>
      <description>&lt;!-- [DocumentBodyStart:71152870-38eb-4a8c-ac90-f72dade1e587] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi, &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What customizations have you performed? Are you overriding the tags.ftl in the Edit Theme feature on the Admin Console? I can't immediately recognize what you're doing wrong so please provide more information. Thanks!&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p&gt;Karl&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:71152870-38eb-4a8c-ac90-f72dade1e587] --&gt;</description>
      <pubDate>Tue, 07 Oct 2008 17:23:05 GMT</pubDate>
      <author>communities@jivesoftware.com</author>
      <guid>http://www.jivesoftware.com/jivespace/message/129553?tstart=0#129553</guid>
      <dc:date>2008-10-07T17:23:05Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>6</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Unexpected entry of header</title>
      <link>http://www.jivesoftware.com/jivespace/message/129384?tstart=0#129384</link>
      <description>&lt;!-- [DocumentBodyStart:8c94d340-a326-4bbb-91d2-2026b9dfa602] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi Karl,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&amp;nbsp; Thank you for the reply. here im attaching taggable-content.ftl and tags.ftl please have a look at these. i have searched for any references to jive-global-header in these files but i didnt find any.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you,&lt;/p&gt;&lt;p&gt;chandu.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:8c94d340-a326-4bbb-91d2-2026b9dfa602] --&gt;</description>
      <pubDate>Tue, 07 Oct 2008 03:36:55 GMT</pubDate>
      <author>communities@jivesoftware.com</author>
      <guid>http://www.jivesoftware.com/jivespace/message/129384?tstart=0#129384</guid>
      <dc:date>2008-10-07T03:36:55Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>7</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Re: Unexpected entry of header</title>
      <link>http://www.jivesoftware.com/jivespace/message/129119?tstart=0#129119</link>
      <description>&lt;!-- [DocumentBodyStart:62d76236-df0c-44cc-b6fd-679cffdffe4c] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi Chandu, &lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The first thing I am going to recommend to you is an upgrade to 2.5.2, as the 2.5.0 RC release is not officially supported. I don't think your customization issue is related to the beta, but you will need to upgrade to a supported version to run Clearspace as it was designed.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;As for your first issue, it looks like a consequence of your customizations. Could you please check your tags.ftl file to see if you may have any references to the jive-global-header? If you are uncertain of what to look for, you can attach your tags.ftl to this post and I'll take a look.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I am unsure about your second question, as that is a piece of the code I am not familiar with. Anybody have any insight into this?&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Regards,&lt;/p&gt;&lt;p&gt;Karl&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:62d76236-df0c-44cc-b6fd-679cffdffe4c] --&gt;</description>
      <pubDate>Mon, 06 Oct 2008 19:06:15 GMT</pubDate>
      <author>communities@jivesoftware.com</author>
      <guid>http://www.jivesoftware.com/jivespace/message/129119?tstart=0#129119</guid>
      <dc:date>2008-10-06T19:06:15Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>8</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
    <item>
      <title>Unexpected entry of header</title>
      <link>http://www.jivesoftware.com/jivespace/message/128859?tstart=0#128859</link>
      <description>&lt;!-- [DocumentBodyStart:a9cf878d-456c-4e3b-a806-5b5b20c01bc5] --&gt;&lt;div class='jive-rendered-content'&gt;&lt;p&gt;Hi,&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp; Im using CS 2.5.0.rc. and im trying to customize the tag cloud widget. but while i was customizing it i got some unexpected response i.e. the logo header is rendered two times. attached is the screenshot of result page.could any one please tell me where things went wrong.&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;also i noticed that while listing tag resources based on selecting a tag from tag cloud widget, action invoking procedure seems changed. i.e. there is no direct call to action instead a java script is invoked and its calling action method. could anybody please explain me this procedure. im planning to customize this process. but due to usage of script im unable to follow what this script is actually doing. below is a code snippet i noticed in taggable-content.ftl&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;!--[CodeBlockStart:eaaadf11-2da6-44b4-8298-fef4cfe1757a]--&gt;&lt;pre class="jive-pre"&gt;&lt;code class="jive-code jive-xml"&gt;&lt;span class="jive-xml-tag"&gt;&amp;lt;a href="#" onclick="jivetaggablecontent.addTag('${tagCloudBean.tag?js_string}'); return false;" title="&amp;lt;@s.text name='tags.used_n_times.tooltip'&amp;gt;&lt;/span&gt;&lt;span class="jive-xml-tag"&gt;&amp;lt;@s.param&amp;gt;&lt;/span&gt;${tagCloudBean.count}&lt;span class="jive-xml-tag"&gt;&amp;lt;/@s.param&amp;gt;&lt;/span&gt;&lt;span class="jive-xml-tag"&gt;&amp;lt;/@s.text&amp;gt;&lt;/span&gt;"&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;!--[CodeBlockEnd:eaaadf11-2da6-44b4-8298-fef4cfe1757a]--&gt;&lt;p style="min-height: 8pt; height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Thank you,&lt;/p&gt;&lt;p&gt;chandu.&lt;/p&gt;&lt;/div&gt;&lt;!-- [DocumentBodyEnd:a9cf878d-456c-4e3b-a806-5b5b20c01bc5] --&gt;</description>
      <pubDate>Sat, 04 Oct 2008 09:25:22 GMT</pubDate>
      <author>communities@jivesoftware.com</author>
      <guid>http://www.jivesoftware.com/jivespace/message/128859?tstart=0#128859</guid>
      <dc:date>2008-10-04T09:25:22Z</dc:date>
      <clearspace:dateToText>1 year, 1 month ago</clearspace:dateToText>
      <clearspace:replyCount>9</clearspace:replyCount>
      <clearspace:objectType>0</clearspace:objectType>
    </item>
  </channel>
</rss>

