<?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>Portlet is loaded twice on one page</title>
  <link rel="self" href="https://liferay.dev/zh/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=8404721" />
  <subtitle>Portlet is loaded twice on one page</subtitle>
  <id>https://liferay.dev/zh/c/message_boards/find_thread?p_l_id=119785294&amp;threadId=8404721</id>
  <updated>2026-06-02T23:58:33Z</updated>
  <dc:date>2026-06-02T23:58:33Z</dc:date>
  <entry>
    <title>RE: Portlet is loaded twice on one page</title>
    <link rel="alternate" href="https://liferay.dev/zh/c/message_boards/find_message?p_l_id=119785294&amp;messageId=67042490" />
    <author>
      <name>Olaf Kock</name>
    </author>
    <id>https://liferay.dev/zh/c/message_boards/find_message?p_l_id=119785294&amp;messageId=67042490</id>
    <updated>2016-01-04T09:07:54Z</updated>
    <published>2016-01-04T09:07:54Z</published>
    <summary type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;&lt;div class="quote-title"&gt;Zsolt - Jácint Balogh:&lt;/div&gt;&lt;blockquote&gt;Hi all,&lt;br&gt;&lt;br&gt;I had the same problem with Liferay 6.2. In my case the problem was that I used the # in the SRC tag of an image.&lt;br&gt;&lt;br&gt;&lt;pre&gt;&lt;code&gt;&amp;lt;img src="#"&amp;gt;&lt;/code&gt;&lt;/pre&gt; this one refreshed the page twice and the action method was called twice.&lt;br&gt;&lt;/blockquote&gt;&lt;br&gt;&lt;br&gt;Of course it did. # is an anchor in the current page - in other words the URL that you state as the location of your image is the same URL that you load the current page as. The resulting duplicate HTML code for the current page is html, not jpg/png/gif or similar, thus the browser does not display it as image. But as you state that the browser can find an image under the current URL, it will happily request the image before deciding not being able to show it. And that's what you observe - server side - as duplicate page request.&lt;/body&gt;&lt;/html&gt;</summary>
    <dc:creator>Olaf Kock</dc:creator>
    <dc:date>2016-01-04T09:07:54Z</dc:date>
  </entry>
  <entry>
    <title>RE: Portlet is loaded twice on one page</title>
    <link rel="alternate" href="https://liferay.dev/zh/c/message_boards/find_message?p_l_id=119785294&amp;messageId=64938029" />
    <author>
      <name>Andrew Jardine</name>
    </author>
    <id>https://liferay.dev/zh/c/message_boards/find_message?p_l_id=119785294&amp;messageId=64938029</id>
    <updated>2015-12-07T17:26:40Z</updated>
    <published>2015-12-07T17:26:40Z</published>
    <summary type="html">In the end for me (with 6.1 GA2) it was the same issue (if memory serves). We found that broken resource links (in certain situations) were causing portlets on the page to load more than once. Interestingly though, the currentURL code I referenced in my other post also seemed to resolved the problem for us on certain pages.</summary>
    <dc:creator>Andrew Jardine</dc:creator>
    <dc:date>2015-12-07T17:26:40Z</dc:date>
  </entry>
  <entry>
    <title>RE: Portlet is loaded twice on one page</title>
    <link rel="alternate" href="https://liferay.dev/zh/c/message_boards/find_message?p_l_id=119785294&amp;messageId=64475204" />
    <author>
      <name>Zsolt - Jácint Balogh</name>
    </author>
    <id>https://liferay.dev/zh/c/message_boards/find_message?p_l_id=119785294&amp;messageId=64475204</id>
    <updated>2015-12-03T10:10:32Z</updated>
    <published>2015-12-03T10:10:32Z</published>
    <summary type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;Hi all,&lt;br&gt;&lt;br&gt;I had the same problem with Liferay 6.2. In my case the problem was that I used the # in the SRC tag of an image.&lt;br&gt;&lt;br&gt;&lt;pre&gt;&lt;code&gt;&amp;lt;img src="#"&amp;gt;&lt;/code&gt;&lt;/pre&gt; this one refreshed the page twice and the action method was called twice.&lt;br&gt;&lt;br&gt;&lt;pre&gt;&lt;code&gt;&amp;lt;img src="/documents/10658/21815/cfd8c9df-9a54-4df7-a905-6e2bbc34b5cf/bf06cf6a-38d4-4875-918d-08fed62b9745"&amp;gt;&lt;/code&gt;&lt;/pre&gt; With this one worked.&lt;br&gt;&lt;br&gt;I spend 2 days from my life finding this. &lt;br&gt;Somebody can explain me why is this? &lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Zsolt&lt;/body&gt;&lt;/html&gt;</summary>
    <dc:creator>Zsolt - Jácint Balogh</dc:creator>
    <dc:date>2015-12-03T10:10:32Z</dc:date>
  </entry>
  <entry>
    <title>RE: Portlet is loaded twice on one page</title>
    <link rel="alternate" href="https://liferay.dev/zh/c/message_boards/find_message?p_l_id=119785294&amp;messageId=33833442" />
    <author>
      <name>Anil T</name>
    </author>
    <id>https://liferay.dev/zh/c/message_boards/find_message?p_l_id=119785294&amp;messageId=33833442</id>
    <updated>2014-02-06T04:42:59Z</updated>
    <published>2014-02-06T04:42:59Z</published>
    <summary type="html">Hi Andew,&lt;br /&gt;&lt;br /&gt;I have used your above code in my portlet but still its calling render method twice. Have you found any solution ? Please share with us .&lt;br /&gt;&lt;br /&gt;Thanks,&lt;br /&gt;Anil</summary>
    <dc:creator>Anil T</dc:creator>
    <dc:date>2014-02-06T04:42:59Z</dc:date>
  </entry>
  <entry>
    <title>RE: Portlet is loaded twice on one page</title>
    <link rel="alternate" href="https://liferay.dev/zh/c/message_boards/find_message?p_l_id=119785294&amp;messageId=32247125" />
    <author>
      <name>Andrew Jardine</name>
    </author>
    <id>https://liferay.dev/zh/c/message_boards/find_message?p_l_id=119785294&amp;messageId=32247125</id>
    <updated>2013-12-09T04:21:42Z</updated>
    <published>2013-12-09T04:21:42Z</published>
    <summary type="html">&lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body&gt;Hey Guys,&lt;br&gt;&lt;br&gt;I was suffering the same issue and figured out that they were the result 404's. I found a fix after crawling through the MainServlet -- though i still don't understand the solution. The solution I used was to add the following to my init.jsp in each of my portlets --&lt;br&gt;&lt;br&gt;&lt;pre&gt;&lt;code&gt;
        PortletURL currentURLObj = PortletURLUtil.getCurrent(liferayPortletRequest, liferayPortletResponse);
	String currentURL = currentURLObj.toString();
&lt;/code&gt;&lt;/pre&gt;&lt;br&gt;&lt;br&gt;-- as soon as I used this code and redeployed I no longer saw my render methods running multiple times, regardless of the missing resources.&lt;/body&gt;&lt;/html&gt;</summary>
    <dc:creator>Andrew Jardine</dc:creator>
    <dc:date>2013-12-09T04:21:42Z</dc:date>
  </entry>
  <entry>
    <title>RE: Portlet is loaded twice on one page</title>
    <link rel="alternate" href="https://liferay.dev/zh/c/message_boards/find_message?p_l_id=119785294&amp;messageId=32230804" />
    <author>
      <name>Konstantin Chudinov</name>
    </author>
    <id>https://liferay.dev/zh/c/message_boards/find_message?p_l_id=119785294&amp;messageId=32230804</id>
    <updated>2013-12-07T11:59:51Z</updated>
    <published>2013-12-07T11:59:51Z</published>
    <summary type="html">I have the same problem! How do you fix it? &lt;br /&gt;I also use ExtJS (charts) on portlet page. Chart prints twice</summary>
    <dc:creator>Konstantin Chudinov</dc:creator>
    <dc:date>2013-12-07T11:59:51Z</dc:date>
  </entry>
  <entry>
    <title>RE: Portlet is loaded twice on one page</title>
    <link rel="alternate" href="https://liferay.dev/zh/c/message_boards/find_message?p_l_id=119785294&amp;messageId=8520135" />
    <author>
      <name>Sharana Basavaraj Ballari</name>
    </author>
    <id>https://liferay.dev/zh/c/message_boards/find_message?p_l_id=119785294&amp;messageId=8520135</id>
    <updated>2011-05-03T11:19:16Z</updated>
    <published>2011-05-03T11:19:16Z</published>
    <summary type="html">Hi There, &lt;br /&gt;&lt;br /&gt;I think it is just because you have deployed the portlet too many times with different name or Id, the old instance is still there in the Liferay Layout typeSettings I belive. &lt;br /&gt;&lt;br /&gt;The best thing and quick solution that you can have is, &lt;br /&gt;&lt;br /&gt;Delete the current Page, create it again and add the portlet. by doing this typeSettings will get newly created and you may not face the duplication issue.&lt;br /&gt;&lt;br /&gt;HTH,&lt;br /&gt;Sharan</summary>
    <dc:creator>Sharana Basavaraj Ballari</dc:creator>
    <dc:date>2011-05-03T11:19:16Z</dc:date>
  </entry>
  <entry>
    <title>RE: Portlet is loaded twice on one page</title>
    <link rel="alternate" href="https://liferay.dev/zh/c/message_boards/find_message?p_l_id=119785294&amp;messageId=8512555" />
    <author>
      <name>Hitoshi Ozawa</name>
    </author>
    <id>https://liferay.dev/zh/c/message_boards/find_message?p_l_id=119785294&amp;messageId=8512555</id>
    <updated>2011-05-03T04:20:36Z</updated>
    <published>2011-05-03T04:20:36Z</published>
    <summary type="html">It&amp;#39;s not the portlet coding. Use Firebug to trace when the second div is being created.  There&amp;#39;s usally a workaround to get around some particularity of Firefox.&lt;br /&gt;&lt;br /&gt;Instead of trying to prevent the second div from being created, it may just be easier to execute a reload on the portlet to make the second one disappear.</summary>
    <dc:creator>Hitoshi Ozawa</dc:creator>
    <dc:date>2011-05-03T04:20:36Z</dc:date>
  </entry>
  <entry>
    <title>RE: Portlet is loaded twice on one page</title>
    <link rel="alternate" href="https://liferay.dev/zh/c/message_boards/find_message?p_l_id=119785294&amp;messageId=8512182" />
    <author>
      <name>Derek Li</name>
    </author>
    <id>https://liferay.dev/zh/c/message_boards/find_message?p_l_id=119785294&amp;messageId=8512182</id>
    <updated>2011-05-03T03:16:33Z</updated>
    <published>2011-05-03T03:16:33Z</published>
    <summary type="html">&lt;div class="quote-title"&gt;Hitoshi Ozawa:&lt;/div&gt;&lt;blockquote&gt;&lt;blockquote&gt; But if I refresh the page again, the duplicate panel disappears.&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;If the portlet is generating new ids on each refresh, I think there would still be 3 panels after the second refresh.&lt;br /&gt;I&amp;#39;ve sometimes seen differences between the browsers.&lt;br /&gt;&lt;br /&gt;Well, the easiest way to solve this problem is for Derek to attach his portlet here. &lt;img alt="emoticon" src="@theme_images_path@/emoticons/happy.gif" &gt;&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;The weird thing is the duplicate panel only comes out on the first refresh after I open the browser, it disappears on the second refresh, and after that it never comes out again no matter how many times I refresh the page unless I restart the browser.</summary>
    <dc:creator>Derek Li</dc:creator>
    <dc:date>2011-05-03T03:16:33Z</dc:date>
  </entry>
  <entry>
    <title>RE: Portlet is loaded twice on one page</title>
    <link rel="alternate" href="https://liferay.dev/zh/c/message_boards/find_message?p_l_id=119785294&amp;messageId=8512168" />
    <author>
      <name>Derek Li</name>
    </author>
    <id>https://liferay.dev/zh/c/message_boards/find_message?p_l_id=119785294&amp;messageId=8512168</id>
    <updated>2011-05-03T03:13:07Z</updated>
    <published>2011-05-03T03:13:07Z</published>
    <summary type="html">&lt;div class="quote-title"&gt;Hitoshi Ozawa:&lt;/div&gt;&lt;blockquote&gt;&lt;blockquote&gt;This only happens on Firefox. &lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;Thought so. This may be a problem with AlloyUI. Different web browser have different rendering technique. It seems rendering is being called twice on Firefox in your situation. I&amp;#39;ve seen this happen when there is an unintended recursive call.&lt;br /&gt;&lt;br /&gt;It may a problem with AlloyAU, with your code, or Firefox but I can&amp;#39;t comment any further. You&amp;#39;ll just have to trace where the second call is being made.&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;I have made some changes to the file webapps\ROOT\html\portal\render_portlet.jsp. When a porltet is loaded to the page the following code is executed:&lt;br /&gt;&lt;br /&gt;Liferay.Portlet.onLoad(&lt;br /&gt;				{&lt;br /&gt;					canEditTitle: &amp;lt;%= showConfigurationIcon %&amp;gt;,&lt;br /&gt;					columnPos: &amp;lt;%= columnPos %&amp;gt;,&lt;br /&gt;					isStatic: &amp;#39;&amp;lt;%= staticVar %&amp;gt;&amp;#39;,&lt;br /&gt;					namespacedId: &amp;#39;p_p_id&amp;lt;%= HtmlUtil.escapeJS(renderResponseImpl.getNamespace()) %&amp;gt;&amp;#39;,&lt;br /&gt;					portletId: &amp;#39;&amp;lt;%= HtmlUtil.escapeJS(portletDisplay.getId()) %&amp;gt;&amp;#39;,&lt;br /&gt;					refreshURL: &amp;#39;&amp;lt;%= HtmlUtil.escapeJS(PortletURLUtil.getRefreshURL(request, themeDisplay)) %&amp;gt;&amp;#39;&lt;br /&gt;				}&lt;br /&gt;);&lt;br /&gt;&lt;br /&gt;So, I just leave a log when the above code is run by adding:&lt;br /&gt;&lt;br /&gt;console.log(&amp;#39;&amp;lt;%= HtmlUtil.escapeJS(PortletURLUtil.getRefreshURL(request, themeDisplay)) %&amp;gt;&amp;#39;);&lt;br /&gt;&lt;br /&gt;Then I am able to know what is happening when a portlet is loaded. But unfortunately, the portlet that has issue only loaded once here. I have no idea where the second load happens. And it seems that the load doesn&amp;#39;t happen immediately after the above code is run, because I find that the request of loading portlet doesn&amp;#39;t come right after the log. Any further ideas?</summary>
    <dc:creator>Derek Li</dc:creator>
    <dc:date>2011-05-03T03:13:07Z</dc:date>
  </entry>
  <entry>
    <title>RE: Portlet is loaded twice on one page</title>
    <link rel="alternate" href="https://liferay.dev/zh/c/message_boards/find_message?p_l_id=119785294&amp;messageId=8512140" />
    <author>
      <name>Derek Li</name>
    </author>
    <id>https://liferay.dev/zh/c/message_boards/find_message?p_l_id=119785294&amp;messageId=8512140</id>
    <updated>2011-05-03T03:05:36Z</updated>
    <published>2011-05-03T03:05:36Z</published>
    <summary type="html">&lt;div class="quote-title"&gt;Tanweer Ahmed Ansari:&lt;/div&gt;&lt;blockquote&gt;Derek,&lt;br /&gt;&lt;br /&gt;Are you somewhere using a Ajax call or window.location in this jsp ?&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;I do use Ajax call, but that only triggers after the portlet finishes loading.</summary>
    <dc:creator>Derek Li</dc:creator>
    <dc:date>2011-05-03T03:05:36Z</dc:date>
  </entry>
  <entry>
    <title>RE: Portlet is loaded twice on one page</title>
    <link rel="alternate" href="https://liferay.dev/zh/c/message_boards/find_message?p_l_id=119785294&amp;messageId=8512112" />
    <author>
      <name>Hitoshi Ozawa</name>
    </author>
    <id>https://liferay.dev/zh/c/message_boards/find_message?p_l_id=119785294&amp;messageId=8512112</id>
    <updated>2011-05-03T03:00:17Z</updated>
    <published>2011-05-03T03:00:17Z</published>
    <summary type="html">&lt;blockquote&gt;This only happens on Firefox. &lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;Thought so. This may be a problem with AlloyUI. Different web browser have different rendering technique. It seems rendering is being called twice on Firefox in your situation. I&amp;#39;ve seen this happen when there is an unintended recursive call.&lt;br /&gt;&lt;br /&gt;It may a problem with AlloyAU, with your code, or Firefox but I can&amp;#39;t comment any further. You&amp;#39;ll just have to trace where the second call is being made.</summary>
    <dc:creator>Hitoshi Ozawa</dc:creator>
    <dc:date>2011-05-03T03:00:17Z</dc:date>
  </entry>
  <entry>
    <title>RE: Portlet is loaded twice on one page</title>
    <link rel="alternate" href="https://liferay.dev/zh/c/message_boards/find_message?p_l_id=119785294&amp;messageId=8511924" />
    <author>
      <name>Derek Li</name>
    </author>
    <id>https://liferay.dev/zh/c/message_boards/find_message?p_l_id=119785294&amp;messageId=8511924</id>
    <updated>2011-05-03T02:25:22Z</updated>
    <published>2011-05-03T02:25:22Z</published>
    <summary type="html">&lt;div class="quote-title"&gt;Olaf Kock:&lt;/div&gt;&lt;blockquote&gt;Do the two items have different IDs? e.g. take a look at the DOM code and identify portlet boundaries. If you have it once on the page (e.g. one &amp;lt;div id=&amp;#34;p_p_id_YOUR-PORTLET-NAME_INSTANCE_Aen1_&amp;#34;&amp;gt; with the javascript twice in it, then (most likely) your portlet generates the javascript blocks wrong, e.g. twice. (you won&amp;#39;t have the ...INSTANCE_xxxx part of the id when you don&amp;#39;t have an instanceable portlet)&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;They have exactly the same ID. That explains why the two grid panels are generated in the same portlet boundaries.</summary>
    <dc:creator>Derek Li</dc:creator>
    <dc:date>2011-05-03T02:25:22Z</dc:date>
  </entry>
  <entry>
    <title>RE: Portlet is loaded twice on one page</title>
    <link rel="alternate" href="https://liferay.dev/zh/c/message_boards/find_message?p_l_id=119785294&amp;messageId=8511866" />
    <author>
      <name>Derek Li</name>
    </author>
    <id>https://liferay.dev/zh/c/message_boards/find_message?p_l_id=119785294&amp;messageId=8511866</id>
    <updated>2011-05-03T02:21:52Z</updated>
    <published>2011-05-03T02:21:52Z</published>
    <summary type="html">&lt;div class="quote-title"&gt;Hitoshi Ozawa:&lt;/div&gt;&lt;blockquote&gt;Is this happening on all web browsers - e.g. IE, Chrome, Firefox?&lt;br /&gt;&lt;br /&gt;Unfortunately, I haven&amp;#39;t experienced this with any web browser.&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;This only happens on Firefox.</summary>
    <dc:creator>Derek Li</dc:creator>
    <dc:date>2011-05-03T02:21:52Z</dc:date>
  </entry>
  <entry>
    <title>RE: Portlet is loaded twice on one page</title>
    <link rel="alternate" href="https://liferay.dev/zh/c/message_boards/find_message?p_l_id=119785294&amp;messageId=8477432" />
    <author>
      <name>Tanweer Ahmed .</name>
    </author>
    <id>https://liferay.dev/zh/c/message_boards/find_message?p_l_id=119785294&amp;messageId=8477432</id>
    <updated>2022-06-11T18:01:40Z</updated>
    <published>2011-05-01T14:58:55Z</published>
    <summary type="html">Derek,&lt;br /&gt;&lt;br /&gt;Are you somewhere using a Ajax call or window.location in this jsp ?</summary>
    <dc:creator>Tanweer Ahmed .</dc:creator>
    <dc:date>2011-05-01T14:58:55Z</dc:date>
  </entry>
  <entry>
    <title>RE: Portlet is loaded twice on one page</title>
    <link rel="alternate" href="https://liferay.dev/zh/c/message_boards/find_message?p_l_id=119785294&amp;messageId=8472976" />
    <author>
      <name>Hitoshi Ozawa</name>
    </author>
    <id>https://liferay.dev/zh/c/message_boards/find_message?p_l_id=119785294&amp;messageId=8472976</id>
    <updated>2011-05-01T11:06:04Z</updated>
    <published>2011-05-01T11:06:04Z</published>
    <summary type="html">&lt;blockquote&gt; But if I refresh the page again, the duplicate panel disappears.&lt;/blockquote&gt;&lt;br /&gt;&lt;br /&gt;If the portlet is generating new ids on each refresh, I think there would still be 3 panels after the second refresh.&lt;br /&gt;I&amp;#39;ve sometimes seen differences between the browsers.&lt;br /&gt;&lt;br /&gt;Well, the easiest way to solve this problem is for Derek to attach his portlet here. &lt;img alt="emoticon" src="@theme_images_path@/emoticons/happy.gif" &gt;</summary>
    <dc:creator>Hitoshi Ozawa</dc:creator>
    <dc:date>2011-05-01T11:06:04Z</dc:date>
  </entry>
  <entry>
    <title>RE: Portlet is loaded twice on one page</title>
    <link rel="alternate" href="https://liferay.dev/zh/c/message_boards/find_message?p_l_id=119785294&amp;messageId=8411394" />
    <author>
      <name>Olaf Kock</name>
    </author>
    <id>https://liferay.dev/zh/c/message_boards/find_message?p_l_id=119785294&amp;messageId=8411394</id>
    <updated>2011-04-29T14:22:30Z</updated>
    <published>2011-04-29T14:22:30Z</published>
    <summary type="html">Do the two items have different IDs? e.g. take a look at the DOM code and identify portlet boundaries. If you have it once on the page (e.g. one &amp;lt;div id=&amp;#34;p_p_id_YOUR-PORTLET-NAME_INSTANCE_Aen1_&amp;#34;&amp;gt; with the javascript twice in it, then (most likely) your portlet generates the javascript blocks wrong, e.g. twice. (you won&amp;#39;t have the ...INSTANCE_xxxx part of the id when you don&amp;#39;t have an instanceable portlet)</summary>
    <dc:creator>Olaf Kock</dc:creator>
    <dc:date>2011-04-29T14:22:30Z</dc:date>
  </entry>
  <entry>
    <title>RE: Portlet is loaded twice on one page</title>
    <link rel="alternate" href="https://liferay.dev/zh/c/message_boards/find_message?p_l_id=119785294&amp;messageId=8410703" />
    <author>
      <name>Hitoshi Ozawa</name>
    </author>
    <id>https://liferay.dev/zh/c/message_boards/find_message?p_l_id=119785294&amp;messageId=8410703</id>
    <updated>2011-04-29T13:34:38Z</updated>
    <published>2011-04-29T13:34:38Z</published>
    <summary type="html">Is this happening on all web browsers - e.g. IE, Chrome, Firefox?&lt;br /&gt;&lt;br /&gt;Unfortunately, I haven&amp;#39;t experienced this with any web browser.</summary>
    <dc:creator>Hitoshi Ozawa</dc:creator>
    <dc:date>2011-04-29T13:34:38Z</dc:date>
  </entry>
  <entry>
    <title>Portlet is loaded twice on one page</title>
    <link rel="alternate" href="https://liferay.dev/zh/c/message_boards/find_message?p_l_id=119785294&amp;messageId=8404720" />
    <author>
      <name>Derek Li</name>
    </author>
    <id>https://liferay.dev/zh/c/message_boards/find_message?p_l_id=119785294&amp;messageId=8404720</id>
    <updated>2011-04-29T02:30:22Z</updated>
    <published>2011-04-29T02:30:22Z</published>
    <summary type="html">Hi all,&lt;br /&gt;&lt;br /&gt;I&amp;#39;m currently facing a problem that the portlet I&amp;#39;m developing is loaded twice if the page is refreshed. My portlet is developed using ExtJS, which generates a grid panel after the portlet is loaded. But unfortunately, the portlet is loaded twice, which makes the javascript code that generates the grid panel execute twice. Then I&amp;#39;m seeing two grid panels on the page in the same portlet area. But if I refresh the page again, the duplicate panel disappears.&lt;br /&gt;&lt;br /&gt;Here is how I find my portlet is loaded twice. I open the console panel in fire bug and find there are two items of my portlet. The response of these two items are the same. But I can&amp;#39;t see any other portlet that has the same problem.&lt;br /&gt;&lt;br /&gt;Does anyone have any idea about this issue? Thanks.</summary>
    <dc:creator>Derek Li</dc:creator>
    <dc:date>2011-04-29T02:30:22Z</dc:date>
  </entry>
</feed>
