Re: long Rendertime with many AjaxLinks

2008-03-04 Thread Benjamin Ernst
I found out that this is an IE issue. In Firefox it works fine and takes about 300ms. But unfortunatly i have to use IE6. So does anyone know how to speedup the javascript handling in IE6? Benjamin 2008/3/4, Benjamin Ernst <[EMAIL PROTECTED]>: > > Hi, > > I am trying to figure out where the time

Re: long Rendertime with many AjaxLinks

2008-03-04 Thread Benjamin Ernst
Hi, I am trying to figure out where the time is lost. This is my component, which has an AjaxEventBehaviour: WebMarkupContainer timeslot = new WebMarkupContainer(id); timeslot.add(new AjaxEventBehavior("onclick") { @Override protected void onEvent(AjaxReq

long Rendertime with many AjaxLinks

2008-03-03 Thread Benjamin Ernst
Hi, I have a a HTML-Table with about 500 cells and each cell has one AjaxLink. A table-cell represents an 10 minute timeslot in a calendar. And when a user clicks on one timeslot I want to show this timeslot in an an other panel. This works fine, but the page takes a long time to render in the br