The Tab Panel JS function send the Ajax.Updater request as GET which causes
the IE6 to cache the first request and ignore all subsequent requests.
The problem is described here:
http://www.skybyte.net/articles/ajax_updater_cache/
Which is caused by line 588 in ajaxtags.js:
method: 'get'
1. I tried the first solution which did not work here.
2. The random param does the trick
but the easiest way would be to change to POST.
Firefox does not suffer from this problem.
Jens Kapitza
AJAX
JSP Tags
Public
|
Date: 2008-12-06 11:38 The new default is POST |
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2008-12-06 11:39 | jenskapitza |
| resolution_id | None | 2008-12-06 11:39 | jenskapitza |
| assigned_to | nobody | 2008-12-06 11:39 | jenskapitza |
| close_date | - | 2008-12-06 11:39 | jenskapitza |