Re: Failing to remove item from list when drag and dropping

2010-04-17 Thread Sven Meier
Hi Johan, seems to me http://code.google.com/p/wicket-dnd/ supports everything you need without any hacking. Regards Sven Johan Haleby wrote: Hi, I have a use case that reads as follows: I need two lists next to each other. When starting up the left list is empty and I add items to it by

Re: Failing to remove item from list when drag and dropping

2010-04-17 Thread Johan Haleby
Hi, Looks promising indeed. Does it work with Wicket 1.4.1? Do you have any code examples that I could have a look at? /Johan -- View this message in context: http://n4.nabble.com/Failing-to-remove-item-from-list-when-drag-and-dropping-tp1960968p2013958.html Sent from the Wicket - User

Re: Failing to remove item from list when drag and dropping

2010-04-17 Thread Sven Meier
Hi Johan, yes, works with 1.4.x and has an example project in the repository: http://code.google.com/p/wicket-dnd/source/browse/#svn/trunk/wicket-dnd-examples Regards Sven Johan Haleby wrote: Hi, Looks promising indeed. Does it work with Wicket 1.4.1? Do you have any code examples that I

Re: my book updated for Wicket 1.4.x

2010-04-17 Thread Ngoc Dao
Hi, I really like your way of instructing. It is very easy to follow! I will absolutely buy your book. I would like to use Wicket from Scala (since Lift seems to be too complicated). Could your say something about it? Or even add a chapter about it? (things to notice, pitfalls etc.) Thanks a

Re: Wicket and JavaFX applet

2010-04-17 Thread Marek Ĺ abo
Thanks for answer, however I dumped this way as that remote configuration takes awfully long even in plain html page. So I ran it once and copied the generated applet markup and inserted into wicket markup and it works (and loads much faster). Just for record I tested js and it works 100%,

Maven Resource Question

2010-04-17 Thread hill180
In Netbeans, in the Maven pom.xml I have the following: resource filteringfalse/filtering directorysrc/main/html/directory targetPathcom/mydomain/myproject/targetPath excludes exclude**/public//exclude /excludes /resource resource filteringfalse/filtering