WebSphere Portal Server - Setting the portlet title dynamically

This is Interesting: Free IT Magazines  
Home > Archive > WebSphere Portal Server > December 2005 > Setting the portlet title dynamically





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 Setting the portlet title dynamically

2005-12-23, 5:57 pm

I'm using simple method to change title:

public void doTitle(PortletRequest request, PortletResponse response)throws PortletException, IOException
{
response.getWriter().print("plz change the title");
}

It doesn't work. No errors, it just doesn't do anything.

WPS 5.1.0.1
Portlet based on IBM API, not JSR 168
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com