Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

displaying multiple portlets in a portlet

 
Ranch Hand
Posts: 687
Mac
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can we display two or more portlet inside one portlet.
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You cannot imbed Portlets inside Portlets. Just multiple Portlets on a Portal page. It all comes down to the Portal vendor implementation. How can the Portal do the necessary Session tracking, Window state and Mode checking of a Portlet inside of another Portlet. It just isn't in the spec. So if a vendor does allow this, then you are vendor locking yourself.

Mark
 
Jignesh Patel
Ranch Hand
Posts: 687
Mac
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
But can we display multiple portlet link inside a jsp page which is a seperate portlet.
 
Ranch Hand
Posts: 48
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yeah we can display more than one portlets in a single portlet application.
In a Portal page there are multiple portlet applications will be placed.Each portlet application can have one or more portlets.

Hope you understand,
Rajendra
 
Jignesh Patel
Ranch Hand
Posts: 687
Mac
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can you provide me some link where I can explore more.
Also what about portlet personalization?
 
Jignesh Patel
Ranch Hand
Posts: 687
Mac
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have two scenarios:

1.Say I develop three portlets Administrator,Retailor and Distributer and as per the group and role access configuration can I display only one portlet related to one of them on portal page?

2. Or I will develop only one portlet and use portlet personalization to display by validating against group and role access configuration?

Which one is possible?
 
Jignesh Patel
Ranch Hand
Posts: 687
Mac
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think 1 will be solution and then I will use personalization at portal page level to not display other two portlets based on who logs in. Please correct me if I am wrong?
 
reply
    Bookmark Topic Watch Topic
  • New Topic