You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by "wmike1987@gmail.com" <wm...@gmail.com> on 2011/06/13 23:19:25 UTC

redrawing repeaters

Hi, 

I'm confused on the concept of redrawing a repeater. Ideally when I add an
element to something such as a ListView I'd like to just draw that new
element. The only way I've found of drawing it is to do target.add(repeater)
inside of an ajax function. This seems to me like it's redrawing the entire
list of elements instead of just the new one. Is this whats going on here? 

Thanks, 
Mike 

--
View this message in context: http://apache-wicket.1842946.n4.nabble.com/redrawing-repeaters-tp3594955p3594955.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: redrawing repeaters

Posted by Igor Vaynberg <ig...@gmail.com>.
http://wicketinaction.com/2008/10/repainting-only-newly-created-repeater-items-via-ajax/

-igor

On Mon, Jun 13, 2011 at 2:19 PM, wmike1987@gmail.com
<wm...@gmail.com> wrote:
> Hi,
>
> I'm confused on the concept of redrawing a repeater. Ideally when I add an
> element to something such as a ListView I'd like to just draw that new
> element. The only way I've found of drawing it is to do target.add(repeater)
> inside of an ajax function. This seems to me like it's redrawing the entire
> list of elements instead of just the new one. Is this whats going on here?
>
> Thanks,
> Mike
>
> --
> View this message in context: http://apache-wicket.1842946.n4.nabble.com/redrawing-repeaters-tp3594955p3594955.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org