• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

setting parameters in Portlet URL that other portlet can also retrieve?

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey,
I am facing these two problems which actually are inter linked. If i find the solution of one the other will also get solved.

1) Does anyone know how to set a parameter in a portlet URL that other portlet on the same page can also use or retrieve from the request.

2) Actually all custom portlets on my page is retrieving some parameter value from the request. Whenever an action is generated in the portlet, portal URL got changed as a result of portlet action and the other portlet that are also using the same Parameter starts getting null value. Is there any method to retain the portal URL parameters.
Please help.

Regards,
Alka
 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What exactly is your functionality. Are you using websphere portal. Does all your portlets need the same parameter and from where??
 
reply
    Bookmark Topic Watch Topic
  • New Topic