Re: Shift/Crtl selection in DefaultNestedTree

2016-12-21 Thread Maxim Solodovnik
Sounds doable :) I was hoping this is already implemented, so I can use it :) Will implement myself :) On Thu, Dec 22, 2016 at 2:06 PM, Sven Meier wrote: > Hi Maxim, > > you'd have to transport information about the currently pressed keys to > the server (via

Re: Shift/Crtl selection in DefaultNestedTree

2016-12-21 Thread Sven Meier
Hi Maxim, you'd have to transport information about the currently pressed keys to the server (via AjaxRequestAttributes dynamic extra parameters). There it is just a matter of managing selection state and visually marking the components accordingly. Sounds complicated? Sven On

Re: Calling Javascript for any event in a parent

2016-12-21 Thread Sven Meier
Hi, have you tried "global listeners"? https://ci.apache.org/projects/wicket/guide/7.x/guide/ajax.html Have fun Sven On 22.12.2016 03:46, MissOvenMitts wrote: I feel like there should be a really easy way to do this, but I just cannot figure it out. I have an AjaxFallbackDefaultDataTable.

Calling Javascript for any event in a parent

2016-12-21 Thread MissOvenMitts
I feel like there should be a really easy way to do this, but I just cannot figure it out. I have an AjaxFallbackDefaultDataTable. As normal, this table has links in it for table paging, a footer with a dropdown allowing the user to change how many items per page, etc. I want to run a piece of

Shift/Crtl selection in DefaultNestedTree

2016-12-21 Thread Maxim Solodovnik
Hello All, Maybe someone has any working examples of multi-node selection in DefaultNestedTree using Crtl/Shift keys? Thanks in advance -- WBR Maxim aka solomax

Re: Kendo UI ContextMenu (in TreeView?)

2016-12-21 Thread Sebastien
Hi Manfred, You have to implement the contextmenus's #select callback trough an ajax-behavior Here is a basic / fictive example https://github.com/sebfz1/wicket-jquery-ui/blob/master/wicket-jquery-ui-samples/src/test/java/com/googlecode/wicket/jquery/ui/samples/MyJQueryLabel.java#L69 And a

Re: Free library for barcode

2016-12-21 Thread Peter Henderson
On 21 December 2016 at 12:21, ganea iulia wrote: > Hello, > > I need to generate barcodes. > Do you know what is the best way in wicket? > Or can you indicate any good commercially free libraries? > > Thank you > Have a look at https://github.com/zxing/zxing --

Free library for barcode

2016-12-21 Thread ganea iulia
Hello, I need to generate barcodes. Do you know what is the best way in wicket? Or can you indicate any good commercially free libraries? Thank you

Re: ResponseIOException

2016-12-21 Thread durairaj t
Thank you Martin! I will try with the eclipse MAT. On Wed, Dec 21, 2016 at 3:02 AM, Martin Grigorov wrote: > Forgot to mention that once you have the heap dumps you should compare them > with tools like Eclipse Memory Analyzer or JProfiler, or similar. > > Martin Grigorov

Re: Kendo UI ContextMenu (in TreeView?)

2016-12-21 Thread Manfred Bergmann
OK, I got that solved by creating the ContextMenu subclass as a Java class. Now back to the original question. So the context menu also works in the treeview. Now I'd like to get the node of the treeview where the right-click occured on. Looking at the Telerik sample this seems to be possible:

Re: ResponseIOException

2016-12-21 Thread Martin Grigorov
Forgot to mention that once you have the heap dumps you should compare them with tools like Eclipse Memory Analyzer or JProfiler, or similar. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Wed, Dec 21, 2016 at 9:01 AM, Martin Grigorov

Re: ResponseIOException

2016-12-21 Thread Martin Grigorov
Hi, There are no known memory related issues with Wicket 1.5.x! The best way to debug out of memory issues is to create heap dumps just after starting the application and another when the OOM occurs with -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=. ResponseIOException is not related. It