reRendered datatable very slow

Hi,

I have a dataTable with around 100 rows. First time I build this table everythink goes fast.

There is a selectonemenu to reduce this range and an ajax4jsf:support to realize an rerender event on the page too.

Allways the table is rerendered all goes very slow. (I can see the slow count down of elements in statusbar (IE) )

Additional info. I have some litle icons in the table

Is there the possibility to cache the list or somethink else to accelerate the process?

<h:selectOneMenu value="#{myBean.value}"

><f:selectItem itemLabel="Foo" itemValue="" />

<f:selectItems value="#{myBean.allValues}" />

<a4j:support action="#{myBean.filter}" event="onchange" reRender="List" ajaxSingle="true" />

</h:selectOneMenu>

<h:dataTable id="Liste" var="row" value="#{bean.foo}" styleClass="table">

<ui:insert name="content" />

</h:dataTable>

Thanks

andi

Message was edited by:

hispeedsurfer

[1367 byte] By [hispeedsurfera] at [2007-11-26 15:49:45]
# 1
Hi,is there anyone who have an idea or what it can be?Hope for repley!ThanksAndreas
hispeedsurfera at 2007-7-8 22:09:25 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...