Re: wicket-dnd and link multiple items at once

2018-03-12 Thread Sven Meier
Hi Dirk, wicket-dev doesn't know anything about selection. You could do that by yourself, keeping track of clicked items while a control key is held. When the actual dragNdrop operation is performed, your DragSource can put all selected items into the Transfer and the DropTarget can retrieve t

wicket-dnd and link multiple items at once

2018-03-12 Thread Dirk Forchel
Hello, I've a question regarding the Wicket drag'n'drop library. We're using this library successfully in order to link items with other items (the only operation allowed is a LINK operation) between to different panels (or container). It works quite well and I'm a bit curious about the way how to

Re: Session#invalidateNow() question

2018-03-12 Thread Emond Papegaaij
Hi, The javadoc states 'Whether the session is invalid now, or will be invalidated by the end of the request.' The first part is no longer true. The javadoc also states that you normally should not need this method (why is it part of the public API then?) I think we can fix the method by setti