Re: AjaxClientInfoBehavior - Ajax request:SyntaxError: function statement requires a name

2017-03-13 Thread Martin Grigorov
On Mon, Mar 13, 2017 at 6:11 PM, Francois Meillet < francois.meil...@gmail.com> wrote: > found that org.apache.wicket:wicket-core:jar:8.0.0-M4 use > com.tdunning:json > > > com.tdunning > json > > > > de.agilecoders.wicket:wicket-bootstrap-extensions:jar:2.0.0-M2 use >

Re: AjaxClientInfoBehavior - Ajax request:SyntaxError: function statement requires a name

2017-03-13 Thread Francois Meillet
found that org.apache.wicket:wicket-core:jar:8.0.0-M4 use com.tdunning:json com.tdunning json de.agilecoders.wicket:wicket-bootstrap-extensions:jar:2.0.0-M2 use com.google.javascript:closure-compiler:v20130603 com.google.javascript

Re: AjaxClientInfoBehavior - Ajax request:SyntaxError: function statement requires a name

2017-03-13 Thread Martin Grigorov
On Mon, Mar 13, 2017 at 3:23 PM, Francois Meillet < francois.meil...@gmail.com> wrote: > AbstractDefaultAjaxBehavior > > protected final CharSequence renderAjaxAttributes(final Component > component, AjaxRequestAttributes attributes) { > > .../... > > >

Re: AjaxClientInfoBehavior - Ajax request:SyntaxError: function statement requires a name

2017-03-13 Thread Francois Meillet
AbstractDefaultAjaxBehavior protected final CharSequence renderAjaxAttributes(final Component component, AjaxRequestAttributes attributes) { .../... List dynamicExtraParameters =

Re: AjaxClientInfoBehavior - Ajax request:SyntaxError: function statement requires a name

2017-03-13 Thread Martin Grigorov
8.0.0-SNAPSHOT uses https://github.com/openjson/openjson But AFAIK the problem is not fixed there. If you have time to debug why it works it would be helpful! Mikhail is going to implement the missing #put(String, Collection|Map) methods and make a release. Then we will update all branches!

Re: AjaxClientInfoBehavior - Ajax request:SyntaxError: function statement requires a name

2017-03-13 Thread Francois Meillet
Hi Martin, I do not get any error with the 8.0.0-SNAPSHOT François > Le 13 mars 2017 à 10:14, Martin Grigorov a écrit : > > Hi Francois, > > It is strange that it fails when built on Mac only. > But the issue looks the same as the one reported by Sebastien. > >

Re: AjaxClientInfoBehavior - Ajax request:SyntaxError: function statement requires a name

2017-03-13 Thread Martin Grigorov
Hi Francois, It is strange that it fails when built on Mac only. But the issue looks the same as the one reported by Sebastien. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Mar 13, 2017 at 8:09 AM, Francois Meillet < francois.meil...@gmail.com> wrote: >