|
Home > Archive > WebSphere Portal Server > February 2007 > Offline URL Generation using Virtual Portals
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Offline URL Generation using Virtual Portals
|
|
|
| I have been using the code found in the article "Exploiting the WebSphere Portal 5.1.0.1 programming model: Part 2: Advanced URL generation" to create offline URLs in the past. However, I have need to create an offline URL to virtual portal page, but the
APIs do not seem to support this? I have tried passing in different server context string, but nothing seems to work.
Anybody have a suggestion on how to create an offline URL to a page found in a virtual portal?
Regards,
Brian
| |
| MJonker 2007-02-28, 7:22 am |
| I have the same question.
We are using WP 6.0 and URL generation from a servlet to pages with custom unique names within a virtual portal doesnīt work for me either.
De servlet only finds pages in the īrealī portal.
I have narrowed it down to the following line of code:
ObjectID oid = IdentificationMgr.getIdentification().deserialize("my.custom.page");
This works fine when calling it from a portlet but fails when calling it from a servlet in the same webapp.
please advise
|
|
|
|
|