The wicket-examples dropdown example uses AjaxFormComponentUpdatingBehavior.  I am using AjaxFormSubmitBehavior.

My DropDownChoice is acting as a filter to filter the results of a database query.  The results are displayed in a table on the same page. It definitely slows down quicker when the returned table content is quite large.  If I return only a small bit then you wouldn't even notice the slowdown until after many repeated Ajax calls. 

And like I said it doesn't seem to occur in Firefox.

Steve


On 4/7/06, Igor Vaynberg <[EMAIL PROTECTED] > wrote:
can you reproduce this in wicket-examples/ajax drop down example. i tried and couldnt. maybe you have a memory leak elsewhere that is slowing down the container.

-Igor



On 4/7/06, Steve Knight <[EMAIL PROTECTED]> wrote:
I created a DropDownChoice that submits the form via Ajax on it's "onchange" event.  Seems to work great in Firefox, but in Internet Explorer it gets progressively slower each time I trigger the Ajax call.  Is this a known issue with IE?

Steve


Reply via email to