I have created a class named MyJSPPortlet which extends JspPortlet.
 
I want the ability to change the title of the portlet based on a parameter
that the user selects on the customize screen (in case the user does not
change the title him self).  
 
So I have a getTitle(String instanceTitle) method in which I can get a hold
of the rundata object.  I tried to do a getParameter from it, but I was
returned a null.
 
I may be barking up the wrong tree on this, so any direction would be great
on how to get a hold of a portlet parameter that is defined in the xreg or
in the psml file.
 

Reply via email to