Resources can't object HTTP request body

2016-03-25 Thread Илья Нарыжный
It seems that Wicket Resource can't obtain whole HTTP POST body. The reason of that is the following: Mappers invoke WebRequest.isAjax() and isAjax() is trying to getRequestParameters() - so body of POST parsed prior to actual getInputStream() in a Resource object. Is there any chances to allow

Re: New documentation on Wicket internals

2016-03-25 Thread Tobias Soloschenko
Great Andrea! Thanks a lot! kind regards Tobias > Am 25.03.2016 um 16:34 schrieb andrea del bene : > > Hi, > > I've added a couple of notes to the userguide about markup parsing and > autocomponents: > >

Re: New documentation on Wicket internals

2016-03-25 Thread Štefan Šimík
Thankx, very useful, I like these clear explanations about wicket internals. It is not always easy to understand them from code. On Fri, Mar 25, 2016 at 6:05 PM, Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Thanks! > > On Fri, Mar 25, 2016 at 4:34 PM, andrea del bene

Re: New documentation on Wicket internals

2016-03-25 Thread Ernesto Reinaldo Barreiro
Thanks! On Fri, Mar 25, 2016 at 4:34 PM, andrea del bene wrote: > Hi, > > I've added a couple of notes to the userguide about markup parsing and > autocomponents: > > > https://ci.apache.org/projects/wicket/guide/7.x/guide/single.html#autocomponents > > Have fun! > >

New documentation on Wicket internals

2016-03-25 Thread andrea del bene
Hi, I've added a couple of notes to the userguide about markup parsing and autocomponents: https://ci.apache.org/projects/wicket/guide/7.x/guide/single.html#autocomponents Have fun! Andrea. - To unsubscribe, e-mail:

Re: HTML markup file generated by code or HTML markup file with parameter

2016-03-25 Thread andrea del bene
https://ci.apache.org/projects/wicket/guide/7.x/guide/single.html#advanced_5 On 25/03/2016 12:24, Ernesto Reinaldo Barreiro wrote: IMarkupResourceStreamProvider? On Fri, Mar 25, 2016 at 12:19 PM, andre seame wrote: Hello, Question? I would like to create a

Re: HTML markup file generated by code or HTML markup file with parameter

2016-03-25 Thread Ernesto Reinaldo Barreiro
IMarkupResourceStreamProvider? On Fri, Mar 25, 2016 at 12:19 PM, andre seame wrote: > Hello, > > Question? > I would like to create a component.java that is associated to a HTML > markup file component.html, but a part of the markup file must be dynamic. > > Why? > A

HTML markup file generated by code or HTML markup file with parameter

2016-03-25 Thread andre seame
Hello, Question? I would like to create a component.java that is associated to a HTML markup file component.html, but a part of the markup file must be dynamic. Why? A standard form is associated to a HTML markup file like: ... ... .. ... But, I would like to group the input fields with

Re: webRTC wickedstuff question

2016-03-25 Thread Maxim Solodovnik
Thanks a lot for clarifications Tobias :) I hope we will finally move to WebRTC :) I will ask for help and/or will provide patches :) On Fri, Mar 25, 2016 at 2:59 AM, Tobias Soloschenko wrote: > Hi Dmitry, > > I used SimpleWebRTC (https://simplewebrtc.com) to implement