Re: Detaching Border with nested body

2017-06-14 Thread Dirk Forchel
I've created a new issue. Please see WICKET-6399 . -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Detaching-Border-with-nested-body-tp4678040p4678051.html Sent from the Users forum mailing list archive at

DropDownChoice with a different choice class than model class

2017-06-14 Thread Lon Varscsak
Am I wrong to assume that DropDownChoice (and a few of it’s superclasses) should be using the generic of that AbstractChoice defines where T is the class of the model object and E is the class of choice object? It seems that from AbstractSingleSelectChoice up, it assumes that the value

Re: textfield focus not working on FF

2017-06-14 Thread Sven Meier
Hi, your quickstart works fine here with Firefox Have fun Sven Am 13.06.2017 um 23:35 schrieb trlt: Hi, I have a form with 2 textfields (field1, field2). I want to be able to set the focus on field1 again when user finishes entering data in field2. The code works fine on Chrome, but it

Re: Detaching Border with nested body

2017-06-14 Thread Martin Grigorov
Yes, please create a new issue! Thank you! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Wed, Jun 14, 2017 at 1:53 PM, Dirk Forchel wrote: > myproject2.zip > >

Detaching Border with nested body

2017-06-14 Thread Dirk Forchel
myproject2.zip testproject.zip With the latest official Wicket release (7.7.0) both issues WICKET-6303

Re: Weird ListView behaviour on AJAX updates

2017-06-14 Thread Tobias Gierke
Hi Sven, Thanks for clearing this up ! Cheers, Tobias Hi Tobias, this is a well-known idiosyncrasy of a combination of ListView and LoadableDetachableModel: Your delete button accesses the list item's model, thus loading the underlying list. Upon rendering the *old* list is rendered.