creating a link to a portlet
"Cabio, Michelle (Michelle)" <[email protected]> Thu, 11 Apr 2002 12:05:14 -0400
| Newsgroups | gmane.comp.jakarta.ecs.devel |
|---|---|
| Message-ID | <97B984171E42254595B58A76F2D789ED01D862D7@nj7460avexu1.global.avaya.com> |
Displaying a portlet is done by
Portlet portlet = PortletFactory.getPortlet("NameOfPortlet");
base.addElement(portlet.getContent(aRunData));
then, how do you create a link to another portlet using the
org.apache.ecs.html. API's?
For instance, I looked through the link class which has setHref(some string)
however, in my case, i dont think this will work, since I need to pass the RunData obj as well... Any pointers?