[jboss-user] [JBoss Portal] - Re: CMS Content - Navigate between pages
sohil.shah@jboss.com
do-not-reply at jboss.com
Wed Aug 22 11:58:47 EDT 2007
nidhi-
after looking through the thread looks like you are not missing any thing.
what is happenig is your /news/NewsHeadlines.html is being displayed properly on the designated page in the portal. However, when you click /news/NewDetails.html, is falling into the "default" page of the 'default" portal.
Its kind of similar to doing http://localhost:8080/portal/content/news/NewsDetails.html.
What you need to do is map /news to go to your designated page using the CommandMapping Framework similar to the way /content is mapped. This is not trivial.
A simpler fix would be to use the "default" page of the "default" portal. Set that page up exactly the way your News page is setup, and access like this:
/content/news/NewsHeadline.html which will keep you on the same window.
Thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4076951#4076951
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4076951
More information about the jboss-user
mailing list