Share

Ajax JSP Tag Library

Tracker: Bugs

5 TabPanel won't update content - ID: 2094997
Last Update: Settings changed ( jenskapitza )

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.


Michael ( michael-o ) - 2008-09-05 13:24

5

Closed

Fixed

Jens Kapitza

AJAX

JSP Tags

Public


Comment ( 1 )




Date: 2008-12-06 11:38
Sender: jenskapitzaProject Admin

The new default is POST

look at getMethod() in ajaxtags.js


Log in to comment.

Attached File

No Files Currently Attached

Changes ( 4 )

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