[jboss-user] [JBoss Portal] - CMS Content - Navigate between pages

nidhi_hs do-not-reply at jboss.com
Wed Aug 22 09:17:07 EDT 2007


My portal server is Jboss 2.6 and my requirement is to display CMS content on the portal page and the CMS content which is a html doc will have links to other pages. 
For example I have two HTML Docs - NewsHeadlines.html and NewsDetails.html. There is a link on NewsHeadlines.html which should show the NewsDetails.html. 

I created a folder called news using the management portlet and uploaded the above mentioned html docs.

My code in the *-object.xml to show the cms content is 

  |       <window>
  |         <window-name>News</window-name>
  |         <content>
  |           <content-type>cms</content-type>
  |           <content-uri>/news/NewsHeadlines.html</content-uri>
  |         </content>
  |         <region>left</region>
  |         <height>0</height>
  |       </window>	
  | 

NewsHeadlines.html is displayed on my portal without any issues. But the link within the NewsHeadlines.html is taking me to the default portal. 
The URL of the link is given as news/NewsDetails.html. 

Am I missing something. Should I configure something to open the links in my portal window ? Any help on this is highly appreciated.

Thanks
Nidhi


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076850#4076850

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076850



More information about the jboss-user mailing list