redrawing repeaters

2011-06-13 Thread wmike1...@gmail.com
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-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



Re: redrawing repeaters

2011-06-13 Thread Igor Vaynberg
http://wicketinaction.com/2008/10/repainting-only-newly-created-repeater-items-via-ajax/

-igor

On Mon, Jun 13, 2011 at 2:19 PM, wmike1...@gmail.com
wmike1...@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-unsubscr...@wicket.apache.org
 For additional commands, e-mail: users-h...@wicket.apache.org



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