igor.vaynberg wrote:
> 
> any errors in wicket ajax console? also try repeatingview - it is more
> "stable" then listview in the sense it doesnt try to recreate its
> hierarchy
> on every request.
> 
> -igor
> 
> 

Good suggestion on checking the console.  The ajax part is working fine,
sending the appropriate html fragment.  My problem is that I've got a
SimpleAttributeModifier for the image src attribute so state changes are not
being reflected; looks like I need an AttributeModifier with an IModel
instead.  When the container of the ListView was the ajax target, all of the
ListItems were being re-instantiated and the SimpleAttributeModifier was OK.

Thanks!
Mike
-- 
View this message in context: 
http://www.nabble.com/AjaxRequestTarget.addComponent-for-a-child-of-ListItem-tf4100732.html#a11663769
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to