If you are doing an AbstractPortlet derived or other Java portlet, the getContent() call is passed the rundata.
If you are doing a VelocityPortlet, the $data is available in the context for the .vm file. - Glenn -------------------------------------------- Glenn R. Golden, Systems Research Programmer University of Michigan School of Information [EMAIL PROTECTED] 734-615-1419 -------------------------------------------- > -----Original Message----- > From: Wang, Eugene [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 13, 2002 6:29 PM > To: '[EMAIL PROTECTED]' > Subject: access to RunData in a portlet > > > Hi there, > Does anyone know how to get access to the RunData > object in a portlet? There used to be a function called > getRunData in the PortletConfig class, so to get the RunData > object in a portlet, simply call > getPortletConfig().getRunData(). However, this method has > been removed in 1.3a2 release. Does anyone know why? How do > I get the RunData object now? > Please help! Thanks much! > > eugene > > Eugene Wang > Corio Technologies > 650-232-3045 > [EMAIL PROTECTED] > > Building a successful enterprise requires three men - a > dreamer, a business man and a son of a bitch > > -- Peter McArthur > > > > > -- > To unsubscribe, e-mail: > <mailto:jetspeed-user-> [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]>
