Thank you! The ListView did the trick! 

-----Ursprüngliche Nachricht-----
Von: Eelco Hillenius [mailto:[EMAIL PROTECTED] 
Gesendet: Donnerstag, 8. Mai 2008 00:35
An: users@wicket.apache.org; [EMAIL PROTECTED]
Betreff: Re: Ajax and Loop

> Have you tried using a ListView in combination with a model (rather than 
> passing a List to the constructor of ListView)?

That won't trigger a re-population of the child components (ListItem and 
everything you add to it). For that, you need to call setReuseItems(false). 
Note that this can cause problems in forms (particularly with updating 
feedback), so when using forms, things like RefreshingView are often preferable.

Eelco

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to