• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

multiple portlet config in WSAD

 
Ranch Hand
Posts: 463
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In portlet.xml in WSAD I configured. I am using Struts portal
And I have a struts config file in
WEB-INF/struts-config.xml (main portlet)

and one under
WEB-INF/navigation/struts-config.xml (navbar portlet is configured with this)

Portlet.xml has the following configuration .



I made sure not to add welcome files tag in web.xml becuase I dont want both portlets to show up the SAME page.
Struts portlet configuration for multiple portlets .According to this URL if I configure viewMode.page in portlet.xml ,I can direct different portlets to different pages at load up but this doesnt seem the case.
It needs welcomefile configured in web.xml.
IF I add welcome file both portlet show the same page.
I have been struggling with this for quite a while .
Cant find any solution which is working and I thought it would be such a simple solution. Please HELP!!!
MY webContent has

index.jsp (First portlet to show this )
navigation(folder) navigation.jsp (navigation portlet to show this file)

Thanks
Dhiren
[ June 15, 2005: Message edited by: Dhiren Joshi ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic