Re: getEventHandler() and updateAjaxAttributes - cursor focusing the same data grid cell again after the form submission by blur event.

2017-08-18 Thread durairaj t
in IE 11, the "wicket-focusedelementid" is giving the next cell id, but not in IE compatibility mode(IE7, id remains same). Is it due to some error in the ajax behavior which I used to submit the form *Or* something not supporting in wicket 7? On Fri, Aug 18, 2017 at 10:48 AM, durairaj t

Re: why is DefaultNestedTree component treated as property within PropertyResolver ?

2017-08-18 Thread Bas Gooren
Hi Ulrich, My guess (based on quickly looking at your code on my phone): the DeafultNestedTree probably uses a model to store open/closed state or selected states. Since you don't provide it in the constructor, wicket automatically creates a property model since a parent component has a

Re: why is DefaultNestedTree component treated as property within PropertyResolver ?

2017-08-18 Thread Sven Meier
Hi, nested tree stores the expansion of its nodes in its model. You have added your tree to a component with a CompoundPropertyModel, thus the tree is inheriting its model from that parental component. You can override #initModel() and let it call #newModel() directly, this skips the

getEventHandler() and updateAjaxAttributes - cursor focusing the same data grid cell again after the form submission by blur event.

2017-08-18 Thread durairaj t
I have replaced the following wicket5 getEventHandler() code to wicket7 as it is in the below code snippet, it worked but the cursor focusing the same filed again after the form submission by blur event. This event behavior used in the wicket stuff data grid cell, *Expected *functionality:

why is DefaultNestedTree component treated as property within PropertyResolver ?

2017-08-18 Thread Knaack, Ulrich
Hi, I'm trying to display a DefaultNestedTree (id="dataTreeView") within a Bootstrap Modal Instances of Service contain an ID that I use for retrieving a recursive data structure from database. The recursive structure is realized by instances of "RecursiveData" . See line 15 and method

Re: JEE in hands of ASF

2017-08-18 Thread Tobias Soloschenko
So you already gave the answer before my question was written. :-D I also hope that ASF is going to be the choice, but we will see. kind regards Tobias > Am 18.08.2017 um 09:57 schrieb Martin Grigorov : > > https://twitter.com/mtgrigorov/status/898435918507384833 :-) >

Re: JEE in hands of ASF

2017-08-18 Thread Martin Grigorov
https://twitter.com/mtgrigorov/status/898435918507384833 :-) Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Aug 18, 2017 at 10:50 AM, Tobias Soloschenko < tobiassolosche...@googlemail.com> wrote: > Hi, > > oracle release the news that there are plans to

JEE in hands of ASF

2017-08-18 Thread Tobias Soloschenko
Hi, oracle release the news that there are plans to hand over JEE to an open source org to speed up the development: * https://m.heise.de/developer/meldung/Oracle-will-Java-EE-an-die-Open-Source-Community-uebertragen-3806673.html (german) *