Re: Wicket 8

2016-01-08 Thread Martin Grigorov
Hi, The migration guide is still very short, i.e. there are no many changes in master branch yet: https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+8.0 There are some changes in branch lambdas ( https://github.com/apache/wicket/tree/lambdas) which have to be evaluated and

Re: Exception handling in AutoCompleteTextField

2016-01-08 Thread Martin Grigorov
Hi, The error handling in Ajax is controlled via org.apache.wicket.settings.ExceptionSettings#setAjaxErrorHandlingStrategy(). By default it redirects to the error page. http://examples7x.wicket.apache.org/ajax/links shows both ways. Martin Grigorov Wicket Training and Consulting

Re: Wicket 8

2016-01-08 Thread andrea del bene
So far the most notable things you can find in branch lambdas are new lambda-enhanced models (see https://github.com/apache/wicket/commit/ae70d7d02821695e165e3a36828792de8d21f14c) and MarkupContainer#childrenStream to access children component as Java 8 Stream (see

Re: Wicket cheat sheet updated?

2016-01-08 Thread Martin Grigorov
Hi, The Wicket related page (page 1) looks OK, but the Wicketstuff one (page 2) refers to some unsupported modules like Dojo, Scriptaculous, etc. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Fri, Jan 8, 2016 at 8:25 AM, nino martinez wael <

Re: Invalid JS src url for ajax behaviors - degradation after 6.17.0

2016-01-08 Thread Sven Meier
Hi, please create a quickstart and/or test case and attach it to a new Jira issue. This way we can dissect the problem. Best regards Sven On 08.01.2016 18:19, Daniel Stoch wrote: Hi, I have upgraded Wicket from 6.17.0 to 6.21.0. And there is some problem after this upgrade. I am using

Invalid JS src url for ajax behaviors - degradation after 6.17.0

2016-01-08 Thread Daniel Stoch
Hi, I have upgraded Wicket from 6.17.0 to 6.21.0. And there is some problem after this upgrade. I am using UrlPathPageParametersEncoder so my page parameters are encoded like: /param1Name/param1Value/param2Name/param2Value Sample scenario to reproduce this problem: 1. User enters a bookmarkable

Re: Wicket cheat sheet updated?

2016-01-08 Thread nino martinez wael
Yeah I was wondering if there was an updated version somewhere..? On Jan 8, 2016 9:58 AM, "Martin Grigorov" wrote: > Hi, > > The Wicket related page (page 1) looks OK, but the Wicketstuff one (page 2) > refers to some unsupported modules like Dojo, Scriptaculous, etc. > >