Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within Portals and Portlets
Search Coderanch
Advance search
Google search
Register / Login
This week's book giveaway is in the
Design and Architecture
forum.
We're giving away four copies of
Communication Patterns: A Guide for Developers and Architects
and have Jacqui Read on-line!
See
this thread
for details.
Win a copy of
Communication Patterns: A Guide for Developers and Architects
this week in the
Design and Architecture
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Ron McLeod
Paul Clapham
Devaka Cooray
Liutauras Vilda
Sheriffs:
Jeanne Boyarsky
paul wheaton
Henry Wong
Saloon Keepers:
Stephan van Hulst
Tim Holloway
Tim Moores
Carey Brown
Mikalai Zaikin
Bartenders:
Lou Hamers
Piet Souris
Frits Walraven
Forum:
Portals and Portlets
page name in the portlet
kamesh aru
Ranch Hand
Posts: 150
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
i am newbie in portlet development ..need to know way of getting page name in the portlet that has hosted it ?
thanks in advance
Vimala Kariappan
Greenhorn
Posts: 3
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
In which Scenario you going to use this portlet page name
kamesh aru
Ranch Hand
Posts: 150
posted 17 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
resolved the issue with following code from another forum
<%
String
selectedNode = null;
%>
<wps:navigation startLevel="2">
<wps:navigationLoop>
<%
if (wpsSelectionModel.isNodeSelected(wpsNavNode)) {
selectedNode = wpsNavNode.toString();
}
%>
</wps:navigationLoop>
</wps:navigation>
You'll never get away with this you overconfident blob! The most you will ever get is this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Problem while opening a new window
Where to get unique name for the page !
Error in JSR 168 , Pg 36
get the paramaters from one jspportlet into another portlet
More...