Re: creating a link to a portlet
<[email protected]> Thu, 11 Apr 2002 22:27:16 -0500
| Newsgroups | gmane.comp.jakarta.ecs.devel |
|---|---|
| Message-ID | <[email protected]> |
At the risk of sounding ignorant, whats a portlet? -stephan ----- Original Message ----- From: "Cabio, Michelle (Michelle)" <[email protected]> To: <[email protected]> Sent: Thursday, April 11, 2002 11:05 AM Subject: creating a link to a portlet 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? -- To unsubscribe, e-mail: <mailto:[email protected]> For additional commands, e-mail: <mailto:[email protected]>