| Author |
Rendering a mapped URL in a theme
|
|
|
| Most pages on our portal have mapped URL's and I want to create a button in the theme that provides the user with the 'friendly URL' for the page they are currently on.
Is there a tag for this?
Can I use some Java to get this url?
Any help appriciated ( :
| |
| Jessica Garcia-Glennie 2007-06-25, 1:24 pm |
| I was intrigued by your question so spent a little while trying to figure out if the NavigationModelUtil class would help. It didn't, but it led to the ModelUtil class which had a method called getURLMappingModel. When I googled for that method, I found
:
http://www.webservertalk.com/archiv...-8-1572358.html
Looks... intricate. I wish you nothing but luck 
Jaye
| |
|
| Check out the banner_toolbar.jspf file in the default theme and how the link to the administration page is created. If I understand you correctly you will need the portal-navigation:urlGeneration tag.
|
|
|
|