Re: [wicketstuff-restannotations] AbstractRestResource.toObject makes it impossible for mapped methods to know a parameter conversion went wrong.

2016-04-27 Thread Martin Grigorov
Hi, On Wed, Apr 27, 2016 at 12:07 PM, Fabio Fioretti < windom.macroso...@gmail.com> wrote: > Hi all, > > Please consider the following simple implementation of AbstractRestResource > (6.22.0): > > @ResourcePath("/rest/api") > public class MyRestResource extends > AbstractRestResource > { > >

Wicket Redirects and Facebook

2016-04-27 Thread Parag
Hi All, I have a problem which has me baffled. I am sure it is something minor but I just can’t figure it out, so I figured I would post to this group in the hope that someone knows how I could fix this problem which I never thought I had :) So here goes: We have a wicket based project

Re: Palette - AJAX functionality

2016-04-27 Thread PDiefent
Hi Sven, thanks for your help - looks promising now! Now I only have to improve the CSS ... Peter -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Palette-AJAX-functionality-tp4674433p4674460.html Sent from the Users forum mailing list archive at Nabble.com.

Re: Draggable multiple containment

2016-04-27 Thread Sebastien
Hi Maxim, I actually need to make a poc before giving an answer. Will try to do it asap... Thanks & best regards, Sebastien. On Wed, Apr 27, 2016 at 9:12 AM, Maxim Solodovnik wrote: > Ok > > Another question: > Currently Draggable has "revert" option > Is it possible to

Re: Palette - AJAX functionality

2016-04-27 Thread Sven Meier
Hi, there are multiple things going wrong here: - you didn't read Palette's javadoc: * Ajaxifying the palette: If you want to update a Palette with an * {@link AjaxFormComponentUpdatingBehavior}, you have to attach it to the contained * {@link Recorder} by overriding {@link

[wicketstuff-restannotations] AbstractRestResource.toObject makes it impossible for mapped methods to know a parameter conversion went wrong.

2016-04-27 Thread Fabio Fioretti
Hi all, Please consider the following simple implementation of AbstractRestResource (6.22.0): @ResourcePath("/rest/api") public class MyRestResource extends AbstractRestResource { public MyRestResource () { super(new JsonWebSerialDeserial(new GsonObjectSerialDeserial())); }

Re: [wicketstuff-restannotations] How to automatically generate Swagger definitions.

2016-04-27 Thread Fabio Fioretti
Hi Andrea, Thanks anyway. No big deal in doing it manually with the Swagger editor for me, but having some kind of built-in automation would be great for large APIs. By the way, I have another question more strictly related to restannotations, for which I am going to start another thread. Kind

Re: Draggable multiple containment

2016-04-27 Thread Maxim Solodovnik
Ok Another question: Currently Draggable has "revert" option Is it possible to check item being dropped inside Droppable::onDrop and "reject" it, so it will revert? It is not an option for me to setRevert(true), due to I need to perform some checks depending on where the item was dropped :) On

Re: Palette - AJAX functionality

2016-04-27 Thread PDiefent
Hi Sven, thanks for your reply. Please find a QickStart attached. Peter palette.7z -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Palette-AJAX-functionality-tp4674433p4674453.html Sent from the

Re: Draggable multiple containment

2016-04-27 Thread Sebastien
Hi Maxim, On Wed, Apr 27, 2016 at 6:38 AM, Maxim Solodovnik wrote: > Hello Sebastien, > > It's about jqueryui draggable. > According to my tests it only works on first element being selected by > selector provided i.e. in case two elements on the page has class="drop >