Re: Random ConcurrentModificationException since upgrade to Wicket 7.3.0

2016-05-16 Thread Martin Grigorov
Hi, On May 16, 2016 10:08 PM, "Sven Meier" wrote: > > Hi, > > >org.apache.commons.collections4.map.LinkedMap.writeObject > > Wicket does not use commons-collections, so please check where this instance is coming from. > > It seems another thread is working on the map while

Re: Random ConcurrentModificationException since upgrade to Wicket 7.3.0

2016-05-16 Thread Sven Meier
>It could be the same thread - if you add/remove while iterating over the collection. Yes, but not with that stacktrace. Sven On 16.05.2016 22:17, Martin Grigorov wrote: Hi, On May 16, 2016 10:08 PM, "Sven Meier" wrote: Hi,

Re: Random ConcurrentModificationException since upgrade to Wicket 7.3.0

2016-05-16 Thread Sven Meier
Ah, yes. But no usage of LinkedMap from Wicket as far as my IDE tells me. Sven On 16.05.2016 22:09, Martijn Dashorst wrote: Since Wicket 7.1 we introduced a dependency on commons-collections for the O(1) adding of components. Martijn On Mon, May 16, 2016 at 10:08 PM, Sven Meier

Re: Random ConcurrentModificationException since upgrade to Wicket 7.3.0

2016-05-16 Thread Sven Meier
Hi, >org.apache.commons.collections4.map.LinkedMap.writeObject Wicket does not use commons-collections, so please check where this instance is coming from. It seems another thread is working on the map while Wicket tries to serialize the page. Hope this helps Sven On 16.05.2016 14:21,

Re: Random ConcurrentModificationException since upgrade to Wicket 7.3.0

2016-05-16 Thread Martijn Dashorst
My guess is there's something changed with the websocket support? at org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach(RequestCycle.java:297) ~[wicket-core-7.3.0.jar:7.3.0] at

Re: Random ConcurrentModificationException since upgrade to Wicket 7.3.0

2016-05-16 Thread Martijn Dashorst
Since Wicket 7.1 we introduced a dependency on commons-collections for the O(1) adding of components. Martijn On Mon, May 16, 2016 at 10:08 PM, Sven Meier wrote: > Hi, > >>org.apache.commons.collections4.map.LinkedMap.writeObject > > Wicket does not use commons-collections, so

Re: Random ConcurrentModificationException since upgrade to Wicket 7.3.0

2016-05-16 Thread Martijn Dashorst
https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/MarkupContainer.java#L28 On Mon, May 16, 2016 at 10:26 PM, Sven Meier wrote: > Ah, yes. > > But no usage of LinkedMap from Wicket as far as my IDE tells me. > > Sven > > > On 16.05.2016

AutoCompleteTextField printing values in bullet points, not as it is appearing in the examples7.x

2016-05-16 Thread durairaj t
Hi, The "AutoCompleteTextField" is printing the suggested values in the bullet point,but not showing as it is appearing in the examples7x. Expected Result: Wicket exapmles URL: http://examples7x.wicket.apache.org/ajax/autocomplete?0=i Actual result: - China - Chile - Canada -

Re: bug of feature?

2016-05-16 Thread Ernesto Reinaldo Barreiro
Martin, I had used this low level API before (even before 1.5) and I always thought that what I was doing was calling server side with some parameters It seems I was wrong. Maybe in a future API split this into a bind and execute? On Mon, May 16, 2016 at 9:34 AM, Martin Grigorov

Re: bug of feature?

2016-05-16 Thread Martin Grigorov
On Mon, May 16, 2016 at 10:59 AM, Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Martin, > > I had used this low level API before (even before 1.5) and I always thought > that what I was doing was calling server side with some parameters It > seems I was wrong. Maybe in a future API

Re: https://cwiki.apache.org/confluence/display/WICKET/Wicket+Ajax update?

2016-05-16 Thread Martin Grigorov
Why do you think it is still used ? Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Thu, May 12, 2016 at 4:11 PM, Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > It seems "pd" is still used by some core components? Or maybe > wicket-bootstrap

Re: bug of feature?

2016-05-16 Thread Martin Grigorov
Hi Ernesto, On Sat, May 14, 2016 at 8:59 AM, Ernesto Reinaldo Barreiro < reier...@gmail.com> wrote: > Hi Martin, > > Thanks for the explanation. To me is a bit weird behavior because I thought > > *Wicket*.*Ajax*.*ajax*({*"u"*:url, e: "click" , *"ep" *: {*'name'*: name, > *'type'*: type},

Re: bug of feature?

2016-05-16 Thread Ernesto Reinaldo Barreiro
Let me see if I can do something constructive instead of just compalining On Mon, May 16, 2016 at 11:09 AM, Martin Grigorov wrote: > On Mon, May 16, 2016 at 10:59 AM, Ernesto Reinaldo Barreiro < > reier...@gmail.com> wrote: > > > Martin, > > > > I had used this low level

Append to POST parameters from URL onError

2016-05-16 Thread Samu Viitanen
Hello Wicket Users, I am a relatively new developer working with wicket. I have come across a strange feature that could cause problems in my project. When I submit a form that has validation errors and intercept the resulting POST request, I can insert query parameters in the URL. These query

Random ConcurrentModificationException since upgrade to Wicket 7.3.0

2016-05-16 Thread Francesco Chicchiriccò
Hi all, I am sometimes seeing exceptions like [1] in Syncope console logs, since upgrade to Wicket 7.3.0 - I am sure enough that this was not happening with Wicket 7.2.0. Any hint? TIA Regards. [1] https://paste.apache.org/Q7Jy -- Francesco Chicchiriccò Tirasa - Open Source Excellence