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]>



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to