webtier@glassfish.java.net

Datatable+ajax

From: <webtier_at_javadesktop.org>
Date: Tue, 27 Oct 2009 09:30:57 PDT

Hi,

I have a dataTable, and at every row, there is an inputBox component. When the user clicks away from any of these components, i want to refresh the InputBoxes. I don't want to refresh, the whole dataTable, just only those, whose reside in the same column, that the one, that generated the event.

My current solution is:

<f:ajax event="blur" execute="@form" render="@form"/>

this is slow like hell.

How can i do this?

Thanks
[Message sent by forum member 'gabox01' (beres.gabor_at_gmail.com)]

http://forums.java.net/jive/thread.jspa?messageID=369497