Re: How to open link(href) in same parent portlet window

2003-10-02 Thread Dev
; Can you give more info ? > What kind of url ? do you want to use another > template for the portlet > or redirect to an external site ? > > > > Dev wrote: > > >Hi, > > > >My current portlet has many different links(urls). > And > >when user

How to open link(href) in same parent portlet window

2003-10-02 Thread Dev
Hi, My current portlet has many different links(urls). And when user clicks on that link, I want to get it open within same portlet window. How should I wrap these links(urls) so that they will open in same portlet frame ? thanks, j __ Do you Yahoo!? The New Ya

How to get the portletSet for given Portlet ?

2003-09-24 Thread Dev
Hi, I have one velocity portlet. During it's processing in Action class, I need to get the PortletSet in which this current portlet has been placed. buildNormalContext() has runData and context. But runData doesn't give any information about parent portletset. Is there any way to get this