Hello,

I have a little problem with my portlet in the pluto portal-driver.
When I click in Firefox on a link with an actionURL the processAction Method

is called but the normaly following renderRequest is not performed.
It seems that Firefox does not follow the sended redirect after the
processAction call.
But when I click the link a second time it works...
In IE it works with no problem.
 
Here what I cptured with live-httpHeaders:

First click on Link:
--------------------
http://localhost/myportal/portal/mytestportlet/_pid/mytestportlet_row_col1_p
1/_ac_mytestportlet_row_col1_p1/AC/_md_mytestportlet_row_col1_p1/view/_pm_my
testportlet_row_col1_p1/view/_ps_mytestportlet_row_col1_p1/normal/_st_mytest
portlet_row_col1_p1/normal;jsessionid=00002_pofbdTl9FxlAuaefyDqtW:-1?STATE_B
AUREIHE_SELECTED=Bjoern&ACTION_MENU_SELECT=STATE_BAUREIHE_SELECTED&menuEntry
Path=MESSAGE_MENU_SPARTEN%23Tisch%23Bjoern&action=ACTION_MENU_SELECT

GET
/myportal/portal/mytestportlet/_pid/mytestportlet_row_col1_p1/_ac_mytestport
let_row_col1_p1/AC/_md_mytestportlet_row_col1_p1/view/_pm_mytestportlet_row_
col1_p1/view/_ps_mytestportlet_row_col1_p1/normal/_st_mytestportlet_row_col1
_p1/normal;jsessionid=00002_pofbdTl9FxlAuaefyDqtW:-1?STATE_BAUREIHE_SELECTED
=Bjoern&ACTION_MENU_SELECT=STATE_BAUREIHE_SELECTED&menuEntryPath=MESSAGE_MEN
U_SPARTEN%23Tisch%23Bjoern&action=ACTION_MENU_SELECT HTTP/1.1
Host: localhost
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1)
Gecko/20060111 Firefox/1.5.0.1
Accept:
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=
0.8,image/png,*/*;q=0.5
Accept-Language: de-de,en;q=0.7,en-us;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: UTF-8,*
Keep-Alive: 300
Connection: keep-alive
Referer:
http://localhost/myportal/portal/mytestportlet/_rp_mytestportlet_row_col1_p1
_test/1_test/_pid/mytestportlet_row_col1_p1/_md_mytestportlet_row_col1_p1/vi
ew/_ps_mytestportlet_row_col1_p1/normal/_pm_mytestportlet_row_col1_p1/view/_
st_mytestportlet_row_col1_p1/normal;jsessionid=00002_pofbdTl9FxlAuaefyDqtW:-
1;jsessionid=00002_pofbdTl9FxlAuaefyDqtW:-1
Cookie: JSESSIONID=00002_pofbdTl9FxlAuaefyDqtW:-1

HTTP/1.x 302 Found
Server: WebSphere Application Server/5.0
Content-Type: text/html; charset=UTF-8
Location:
http://localhost/myportal/portal/mytestportlet/_rp_mytestportlet_row_col1_p1
_test/1_test/_pid/mytestportlet_row_col1_p1/_md_mytestportlet_row_col1_p1/vi
ew/_ps_mytestportlet_row_col1_p1/normal/_pm_mytestportlet_row_col1_p1/view/_
st_mytestportlet_row_col1_p1/normal;jsessionid=00002_pofbdTl9FxlAuaefyDqtW:-
1;jsessionid=00002_pofbdTl9FxlAuaefyDqtW:-1
Content-Language: de-DE
Content-Length: 0

Second click on Link:
---------------------
http://localhost/myportal/portal/mytestportlet/_pid/mytestportlet_row_col1_p
1/_ac_mytestportlet_row_col1_p1/AC/_md_mytestportlet_row_col1_p1/view/_pm_my
testportlet_row_col1_p1/view/_ps_mytestportlet_row_col1_p1/normal/_st_mytest
portlet_row_col1_p1/normal;jsessionid=00002_pofbdTl9FxlAuaefyDqtW:-1?STATE_B
AUREIHE_SELECTED=Bjoern&ACTION_MENU_SELECT=STATE_BAUREIHE_SELECTED&menuEntry
Path=MESSAGE_MENU_SPARTEN%23Tisch%23Bjoern&action=ACTION_MENU_SELECT

GET
/myportal/portal/mytestportlet/_pid/mytestportlet_row_col1_p1/_ac_mytestport
let_row_col1_p1/AC/_md_mytestportlet_row_col1_p1/view/_pm_mytestportlet_row_
col1_p1/view/_ps_mytestportlet_row_col1_p1/normal/_st_mytestportlet_row_col1
_p1/normal;jsessionid=00002_pofbdTl9FxlAuaefyDqtW:-1?STATE_BAUREIHE_SELECTED
=Bjoern&ACTION_MENU_SELECT=STATE_BAUREIHE_SELECTED&menuEntryPath=MESSAGE_MEN
U_SPARTEN%23Tisch%23Bjoern&action=ACTION_MENU_SELECT HTTP/1.1
Host: localhost
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1)
Gecko/20060111 Firefox/1.5.0.1
Accept:
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=
0.8,image/png,*/*;q=0.5
Accept-Language: de-de,en;q=0.7,en-us;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: UTF-8,*
Keep-Alive: 300
Connection: keep-alive
Referer:
http://localhost/myportal/portal/mytestportlet/_rp_mytestportlet_row_col1_p1
_test/1_test/_pid/mytestportlet_row_col1_p1/_md_mytestportlet_row_col1_p1/vi
ew/_ps_mytestportlet_row_col1_p1/normal/_pm_mytestportlet_row_col1_p1/view/_
st_mytestportlet_row_col1_p1/normal;jsessionid=00002_pofbdTl9FxlAuaefyDqtW:-
1;jsessionid=00002_pofbdTl9FxlAuaefyDqtW:-1
Cookie: JSESSIONID=00002_pofbdTl9FxlAuaefyDqtW:-1

HTTP/1.x 302 Found
Server: WebSphere Application Server/5.0
Content-Type: text/html; charset=UTF-8
Location:
http://localhost/myportal/portal/mytestportlet/_rp_mytestportlet_row_col1_p1
_test/1_test/_pid/mytestportlet_row_col1_p1/_md_mytestportlet_row_col1_p1/vi
ew/_ps_mytestportlet_row_col1_p1/normal/_pm_mytestportlet_row_col1_p1/view/_
st_mytestportlet_row_col1_p1/normal;jsessionid=00002_pofbdTl9FxlAuaefyDqtW:-
1;jsessionid=00002_pofbdTl9FxlAuaefyDqtW:-1
Content-Language: de-DE
Content-Length: 0
----------------------------------------------------------
http://localhost/myportal/portal/mytestportlet/_rp_mytestportlet_row_col1_p1
_test/1_test/_pid/mytestportlet_row_col1_p1/_md_mytestportlet_row_col1_p1/vi
ew/_ps_mytestportlet_row_col1_p1/normal/_pm_mytestportlet_row_col1_p1/view/_
st_mytestportlet_row_col1_p1/normal;jsessionid=00002_pofbdTl9FxlAuaefyDqtW:-
1;jsessionid=00002_pofbdTl9FxlAuaefyDqtW:-1

GET
/myportal/portal/mytestportlet/_rp_mytestportlet_row_col1_p1_test/1_test/_pi
d/mytestportlet_row_col1_p1/_md_mytestportlet_row_col1_p1/view/_ps_mytestpor
tlet_row_col1_p1/normal/_pm_mytestportlet_row_col1_p1/view/_st_mytestportlet
_row_col1_p1/normal;jsessionid=00002_pofbdTl9FxlAuaefyDqtW:-1;jsessionid=000
02_pofbdTl9FxlAuaefyDqtW:-1 HTTP/1.1
Host: localhost
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1)
Gecko/20060111 Firefox/1.5.0.1
Accept:
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=
0.8,image/png,*/*;q=0.5
Accept-Language: de-de,en;q=0.7,en-us;q=0.3
Accept-Encoding: gzip,deflate
Accept-Charset: UTF-8,*
Keep-Alive: 300
Connection: keep-alive
Referer:
http://localhost/myportal/portal/mytestportlet/_rp_mytestportlet_row_col1_p1
_test/1_test/_pid/mytestportlet_row_col1_p1/_md_mytestportlet_row_col1_p1/vi
ew/_ps_mytestportlet_row_col1_p1/normal/_pm_mytestportlet_row_col1_p1/view/_
st_mytestportlet_row_col1_p1/normal;jsessionid=00002_pofbdTl9FxlAuaefyDqtW:-
1;jsessionid=00002_pofbdTl9FxlAuaefyDqtW:-1
Cookie: JSESSIONID=00002_pofbdTl9FxlAuaefyDqtW:-1

HTTP/1.x 200 OK
Server: WebSphere Application Server/5.0
Content-Type: text/html; charset=ISO-8859-1
Transfer-Encoding: chunked
----------------------------------------------------------

I hope someone can help me with this issue...

Thanks in advance,
Martin


____________
Virus checked by G DATA AntiVirusKit
Version: AVK 16.6262 from 20.03.2006
Virus news: www.antiviruslab.com

Reply via email to