This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Hello! How can I implement navigation from one portal page to another in my jsf portlet?
Joe wood
Greenhorn
Joined: Jul 17, 2008
Posts: 7
posted
0
Originally posted by timur diarov: Hello! How can I implement navigation from one portal page to another in my jsf portlet?
I don't know what's your mean.. Just navigation? maybe we can use URL Mapping with link to another page.
Joe Matthew
Ranch Hand
Joined: Jun 10, 2008
Posts: 66
posted
0
For Portal, there will be a URL defined for a page. A page will contain the portlets placed in them.
The way to access a page is to give the URL. But if you want to move from one JSF page to another JSF page, use JSF navigation as normal.
Regards,<br />Joe<br /> <br />"Always program as if the person who will be maintaining your program is a violent psychopath that knows where you live."<br />--Martin Golding
Naveen Sundaram
Greenhorn
Joined: Jul 31, 2008
Posts: 5
posted
0
u can use URL generation tag given below which calls the portal pages directly and in turn loads the portlets in it.