Reuse or not is not the point i think for this case
Because reuse is used when you rerender the complete repeater
but that is something they dont want to happen. They only want to rerender 1
item (or something in the item)
But it is not that easy to get the component from that item,,

Thats why i propose a interface like IChangeDetector.isChanged()
and you visit your repeater childs and ask all the childs if something is
changed and if it is add it to the AjaxRequestTarget.
But then the component must be able to know if it is changed and must be
rerendered or not..

johan

On Nov 23, 2007 10:55 PM, Eelco Hillenius <[EMAIL PROTECTED]> wrote:

> On Nov 23, 2007 1:48 PM, Johan Compagner <[EMAIL PROTECTED]> wrote:
> > how do you know which item is changed?
> > Does the item itself know that? Then you can just find it by using a
> > Component visitor..
>
> What about using the reuse strategy for info like this?
>
> Eelco
>

Reply via email to