0 Replies Latest reply on Jun 24, 2009 2:12 PM by ndrw_cheung

    CMS Portlet question

    ndrw_cheung

      Hi, all. I'm using JBOSS portal version 2.4, JBOSS AS version 4.0.5GA. In my portal I have 2 pages - page A and page B, each containing a different instance of the CMS portlet. On page A, the instance of CMS portlet points to the content file contentA.html. On page B, the instance of CMS portlet points to the content file contentB.html. In contentB.html, it contains a link to another content file, namely contentC.html. (note : all these content*.html files are uploaded into CMS through the admin interface).

      When a user goes to page B, the content in contentB.html shows up. The user then clicks on the link (which points to contentC.html), then the content in contentC.html shows up. Now the user goes to page A, contentA.html shows up. When the user now goes to page B again, contentC.html is still showing.

      My question is : is there a way (be it configuration or otherwise) so that in the above scenario, after the user goes to page A and then back to page B again that contentB.html shows up instead of contentC.html?

      In other words, I need the CMS portlet instance to "forget" which content file it's showing if the user goes to another page. When the user comes back to that page, then it will load the first page that the instance is pointing to.

      Thanks in advance for answering.

      -Andrew