• 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

Websphere Portal - Issue with action urls on login to another tab

 
Greenhorn
Posts: 17
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am using a websphere portal application which can be accessed as public anonymous user or as logged in user. The following is the issue I am facing:

1. Open browser and access the public version of portal page. The portlet in this page contains actionURLs created using <portlet:actionURLs/> tag.
2. Open a new tab and login to the portal.
3. Now in first tab, click on the actionURL. Instead of invoking the action method, the default render method is invoked.


The action method is invoked if user does not login in a new tab. I guess the state of the portlet is reset after logging into the portal in another tab.

Can anyone help with more information on this?

Regards,
Zafer
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic