Hi Roy, This is the html produced by the portal for my "TestPage" :
| | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | <html xmlns="http://www.w3.org/1999/xhtml"> | <head> | <title>JBoss Portal 2.2.0-FINAL</title> | <meta http-equiv="Content-Type" content="text/html;"/> | <!-- to correct the unsightly Flash of Unstyled Content. --> | <script type="text/javascript"></script> | <!-- inject the theme; default to the Nphalanx theme if nothing is selected for the portal or the page --> | <link rel='stylesheet' type='text/css' id='main_css' href='/portal-core/themes/maple/portal_style.css' /> | <link rel='shortcut icon' href='/portal-core/themes/maple/images/favicon.ico' /> | | <!-- insert header content that was possibly set by portlets on the page --> | | </head> | | <body id="body"> | <div id="portal-container"> | <div id="sizer"> | <div id="expander"> | <div id="logoName"></div> | <table border="0" cellpadding="0" cellspacing="0" id="header-container"> | <tr> | <td align="center" valign="top" id="header"> | <div class='empty-region' /> | <div id="spacer"></div> | </td> | </tr> | </table> | <div id="content-container"> | <!-- insert the content of the 'left' region of the page, and assign the css selector id 'regionA' --> | <div class='empty-region' /> | <!-- insert the content of the 'center' region of the page, and assign the css selector id 'regionB' --> | <div id='regionB'><div class="portlet-container"><table width="100%" border="0" cellpadding="0" cellspacing="0"><tr><td class="portlet-titlebar-left"></td><td class="portlet-titlebar-center"><div class="portlet-titlebar-decoration"><span class="portlet-titlebar-title"></span></div><div class="portlet-mode-container"><div class="portlet-mode-minimized" onClick="location.href='/portal/auth/index.html?ctrl:cmd=nav&ctrl:windowstate=minimized&ctrl:window=default.TestPage.HHCMSPortlet';"></div><div class="portlet-mode-maximized" onClick="location.href='/portal/auth/index.html?ctrl:cmd=nav&ctrl:windowstate=maximized&ctrl:window=default.TestPage.HHCMSPortlet';"></div></div></td><td class="portlet-titlebar-right"></td></tr><tr><td class="portlet-content-left"></td><td class="portlet-body"><div class="portlet-content-center">This is a help page. This is a link to a <a href="/portal/content/default/new.html">new page</a>.</div></td><td class="portlet-content-right"></td></tr><tr><td class="portlet-footer-left"></td><td class="portlet-footer-center"></td><td class="portlet-footer-right"></td></tr></table></div></div> | <hr class="cleaner"/> | | <div id="footer-container" class="portal-copyright">Powered by <a class="portal-copyright" | href="http://www.jboss.com/products/jbossportal">JBoss | Portal</a><br/> | <span id="ThemeBy"></span> | </div> | </div> | </div> | </div> | </div> | </body> | </html> The link look like this: This is a help page. This is a link to a <a href="/portal/content/default/new.html">new page</a> The page being displayed in the portlet is in default/help.html. The new page is in the repository at default/new.html. The TestPage is a separate page (different page) that the default portal page. Have you tries putting an instance of the CMS portlet on a different page that the default page and clicking a link in it? Thanks for the help. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914462#3914462 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914462 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
