Re: webRTC wickedstuff question

2016-05-26 Thread Dmitriy -
Hello Tobias, I have a question about webRTC api. The webRTC's standards doesn't specify any protocol for signalling purposes as I can see here - Why is signaling not defined by WebRTC . The wicket stuff

Re: Draggable multiple containment

2016-05-26 Thread Maxim Solodovnik
Hello Sebastien, finally I found free time to continue this work :) Actually my question was regarding "Droppable#onDrop, where you can reject the Draggable item/component", how this can be achieved? On Wed, May 4, 2016 at 1:28 AM, Sebastien wrote: > Hi Maxim, > > "revert"

Re: AjaxFormSubmitBehavior, FileUploadField and nested forms.

2016-05-26 Thread Martin Grigorov
Hi, I believe there is/was another ticket describing exactly your problem but I cannot find it now. The form id in the property key is not really needed. You could use it to give Wicket a more specific message for particular component. You can remove it if this message should/could be used for

AjaxFormSubmitBehavior, FileUploadField and nested forms.

2016-05-26 Thread Fabio Fioretti
Hello everybody, I recently migrated an application from Wicket 6.17.0 to 6.23.0 and I'm experiencing the following problem. I have 2 nested forms. The inner one, form0, contains a FileUploadField with an AjaxFormSubmitBehavior(form0, "change") attached to it, while the external one, form1,

Re: Browser/Client info navigatorJavaEnabled property returns undefined

2016-05-26 Thread Martin Grigorov
Hi, Which browser is this by the way ? Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Thu, May 26, 2016 at 7:02 AM, ravala wrote: > Hi, > > I was trying to use WebClientInfo to get browser information on the server, > In the Ipad chrome

Re: Browser/Client info navigatorJavaEnabled property returns undefined

2016-05-26 Thread Sven Meier
Hi, please create a Jira issue. Many thanks Sven On 26.05.2016 07:02, ravala wrote: Hi, I was trying to use WebClientInfo to get browser information on the server, In the Ipad chrome when retrieving 'navigatorJavaEnabled' is returning 'undefined' instead of true/false. The problem is as