• 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
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

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 ]
 
My previous laptop never exploded like that. Read this tiny ad while I sweep up the shards.
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic