AjaxFormValidatingBehavior on component

2016-05-17 Thread Lon Varscsak
Hey guys, I may be missing something here, but if I do: TextField textField = new TextField("keyCode", new PropertyModel<>( order, OrderHeader.SOURCE_KEY_KEY)); textField.add(new AjaxFormValidatingBehavior("blur")); * add(textField);* I get an error “*AjaxFormValidatingBehavior

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

2016-05-17 Thread durairaj t
Sorry, CSS was not formed well in my HTML, it is fixed and working good now. Thanks. On Mon, May 16, 2016 at 6:00 PM, durairaj t wrote: > Hi, > > The "AutoCompleteTextField" is printing the suggested values in the > bullet point,but not showing as it is appearing in

Re: Generating table header ids for multiple tables pe rpage

2016-05-17 Thread Bas Gooren
Hi Thorsten, Yeah, wicket is beautiful haha! Whenever I encounter a tricky problem, I always find a nice and clean way to handle it with wicket. One of the reasons it is my framework of choice. Regarding the transformer behavior: yeah, that is probably a good fit for you. On another note: why

Re: Random ConcurrentModificationException since upgrade to Wicket 7.3.0

2016-05-17 Thread Francesco Chicchiriccò
On 17/05/2016 11:09, Martin Grigorov wrote: Please create a ticket. If you could reproduce it in a quickstart would help to fix this sooner! Hi Martin, here it is https://issues.apache.org/jira/browse/WICKET-6167 Sorry for not being able ATM to generate sensible quickstart :-/ Thanks for

Re: Random ConcurrentModificationException since upgrade to Wicket 7.3.0

2016-05-17 Thread Martin Grigorov
Please create a ticket. If you could reproduce it in a quickstart would help to fix this sooner! Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Tue, May 17, 2016 at 11:08 AM, Francesco Chicchiriccò < ilgro...@apache.org> wrote: > Hi, > thanks Martin and Martijn

Re: Random ConcurrentModificationException since upgrade to Wicket 7.3.0

2016-05-17 Thread Francesco Chicchiriccò
Hi, thanks Martin and Martijn for investigating: at least you did not believe I was inventing fake stacktraces... Regards. On 17/05/2016 11:02, Martin Grigorov wrote: On Mon, May 16, 2016 at 11:29 PM, Martijn Dashorst < martijn.dasho...@gmail.com> wrote: My guess is there's something

Re: Random ConcurrentModificationException since upgrade to Wicket 7.3.0

2016-05-17 Thread Martin Grigorov
On Mon, May 16, 2016 at 11:29 PM, Martijn Dashorst < martijn.dasho...@gmail.com> wrote: > 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 >