on 2005 Oct 21 10:42 AM
Hello,
I have an JSP which is running into an iview of my portal.
In this one, I need to create a link which, on a click, navigates to the portal navigation to open the associated page.
For example, I have done it with a Portal component: using
<a href="#" onclick="return EPCM.doNavigate('ROLES://portal_content/every_user/...')">
Navigate
</a>
But in my case, now I would to di it outside a portal component, in a simple JSP file used as URL iView.
As somebody an idea ?
Thanks,
Fabien
Hi fabien,
Use NavigationTarget= in the url.
e.g.
Hope that helps,
Yoav.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Yoav,
I've already try your solution :
<a href="http://anakine.cr.eurocopter.corp:50000/irj/portal?NavigationTarget=ROLES://portal_content/eurocopter/r/corp.eurocopter.portal.svc.r.entry/corp.eurocopter.portal.svc.r.hom_entry/corp.eurocopter.portal.svc.ws.Home/corp.eurocopter.portal.test.p.myHome">
Link to home
</a>
It is true that it opens the good node of navigation, but it opens it ( and the whole portal page) in the previous iview.
This means that if I call this function in an iview inside a page which contains others iview, the content will be display in the iview: it does not replace all the page.
Do you see what I mean?
Thanks,
Fabien
User | Count |
---|---|
57 | |
10 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.