1 Reply Latest reply on Aug 12, 2007 12:55 PM by explorer

    Opening new portlet from link

    tex321

      Hello I would like to add new portlet with a click on a link. My data would be displayed in jsf table and each table entry would have one link that would trigger display of new portlet that would contain detailed table entry data (on second page).

      If two entries would be clicked two new portlets would be opened (both on second page). Are there any examples or guidelines how this can be achieved.

      Thanks,

        • 1. Re: Opening new portlet from link
          explorer

          Are there fixed number of portlets that you want on the second page.
          If thats the case. I think you can add those portlets in minimized state with empty rendersets(No Decorations, so taht you dont get the feel that there are portlets on the page).and on the click get them maximized which would have the required window decorations. I hope this would be a work around for fixed no of windows...