Re: AttributeModifier not updated in Ajax request

2015-01-22 Thread Martin Grigorov
Nope. Quickstart ? Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Thu, Jan 22, 2015 at 3:18 PM, Wayne W wrote: > Any ideas on this one? > > On Thu, Jan 15, 2015 at 2:31 PM, Wayne W > wrote: > > > Hi, > > > > we have a list which gets updated via ajax. This wor

Re: AttributeModifier not updated in Ajax request

2015-01-22 Thread Wayne W
Any ideas on this one? On Thu, Jan 15, 2015 at 2:31 PM, Wayne W wrote: > Hi, > > we have a list which gets updated via ajax. This works fine. I'm trying to > get it so that the style attribute is updated as well. However even though > I put break points in the getObject() and I can see its got t

AttributeModifier not updated in Ajax request

2015-01-15 Thread Wayne W
Hi, we have a list which gets updated via ajax. This works fine. I'm trying to get it so that the style attribute is updated as well. However even though I put break points in the getObject() and I can see its got the new User object the style attribute sent back via ajax is the old one even thoug