|
Home > Archive > WebSphere Portal Server > January 2004 > Need to click twice on the action icons (maximize,restore) ??
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Need to click twice on the action icons (maximize,restore) ??
|
|
| PAWAN CHOWDHARY 2004-01-19, 2:55 pm |
| I have installed WPS4.2 Enable on my machine W2K and also installed
my application portlet on the portal server.
But whenever I click on the maximize icon, edit or restore icon on the
portlet,
for the first time it just refreshes the page but when i click it again,
second time
the portlet seems to take right action.
I would appreciate if someone can help solve this problem. This application
was
running successfully in WPS4.1. I reinstalled as it is on WPS 4.2
Thanks
Pawan
| |
|
| I'm getting the same problem, intermittently, especially with the edit icon on the portlet action bar.
| |
|
| Any resolution to this problem?
I am getting it too.
| |
|
| Is it just the portlet icons that are giving this problem? How about other navigation links?
This is just a suggestion, but try checking your web server (e.g. IBM HTTP Server) access & error logs to see if there are any 404 'not found' errors or anything else that looks suspicious.
I ran into this problem with 4.2 before when some of the links to images or other files (CSS, etc.) were incorrect. I think in my case it was the "urlFindInTheme" jsp tag. The browser ended up interpreting the image url as a relative link, and sent a sepa
rate request for the image to the portal using http://myserver/wps/myportal/blahblahblah/etc. Portal interprets this as a separate request (kind of like what happens when you open a new browser window), and increments its "requestid" variable which gets a
ppended to urls. This sort of invalidates your current page (which has URLs whose requestid is now off) so that when you click on a URL Portal ignores you and just refreshes your screen.
I'm not sure if this is the same behaviour that you're seeing, but I definitely ran into this problem a lot whenever there was a problem with links anywhere in the HTML.
Thanks,
Mike
| |
|
| I found an eFix which seems to have fixed the problem. It is eFix PQ73934.
|
|
|
|
|