Re: AJAX error on chrome with latest 8.4 release

2019-04-16 Thread Martin Grigorov
Hi Ernesto, No, it is not known. https://stackoverflow.com/questions/22608564/neterr-incomplete-chunked-encoding-in-chrome-only suggests that it might be a local problem. Some people said that disabling the antivirus software helped them, others had no disk space, ... If you are able to

Re: AJAX error on chrome with latest 8.4 release

2019-04-16 Thread Ernesto Reinaldo Barreiro
Hi Martin, Many thanks for your answer. > > https://stackoverflow.com/questions/22608564/neterr-incomplete-chunked-encoding-in-chrome-only > suggests > that it might be a local problem. Some people said that disabling the > antivirus software helped them, others had no disk space, ... > > Yes I

[ANNOUNCE] WicketStuff 8.4.0 Released

2019-04-16 Thread Maxim Solodovnik
WicketStuff core 8.4.0 based on Apache Wicket 8.4.0 is released and soon will be available at Maven Central! The changelog since 8.3.0 is: Dennis Hoersch (1): Allow to customize selectize.js settings (#656) Lucas Fernandes (1): Add language support Portuguese-BR (#659) Martin

Re: AJAX error on chrome with latest 8.4 release

2019-04-16 Thread Maxim Solodovnik
Maybe non-minimized stacktrace can gave some more info? On Tue, 16 Apr 2019 at 22:35, Ernesto Reinaldo Barreiro wrote: > > Hi, > > Bumping jQuery version to 3.4.0 provides same results (no minimized). > > On Tue, Apr 16, 2019 at 5:28 PM Maxim Solodovnik > wrote: > > > non minified jquery and/or

Re: AJAX error on chrome with latest 8.4 release

2019-04-16 Thread Maxim Solodovnik
non minified jquery and/or wicket.mode=DEVELOPMENT May be it will shed some light on this issue ... On Tue, 16 Apr 2019 at 20:59, Ernesto Reinaldo Barreiro wrote: > Hi, > > On Tue, Apr 16, 2019 at 4:36 PM Maxim Solodovnik > wrote: > > > Is it reproducible with non-minified (i.e. DEVELOPMENT)

Re: AJAX error on chrome with latest 8.4 release

2019-04-16 Thread Ernesto Reinaldo Barreiro
Hi, On Tue, Apr 16, 2019 at 4:36 PM Maxim Solodovnik wrote: > Is it reproducible with non-minified (i.e. DEVELOPMENT) version? > Do you mean jquery non minified jQuery? -- Regards - Ernesto Reinaldo Barreiro

Re: AJAX error on chrome with latest 8.4 release

2019-04-16 Thread Ernesto Reinaldo Barreiro
Hi, Bumping jQuery version to 3.4.0 provides same results (no minimized). On Tue, Apr 16, 2019 at 5:28 PM Maxim Solodovnik wrote: > non minified jquery and/or wicket.mode=DEVELOPMENT > May be it will shed some light on this issue ... > > On Tue, 16 Apr 2019 at 20:59, Ernesto Reinaldo Barreiro

Re: AJAX error on chrome with latest 8.4 release

2019-04-16 Thread Ernesto Reinaldo Barreiro
Hi Maxim, Thanks for feedback. wicket-jquery-ui based Wizard works for me as expected (just have tested > Chrome latest at Ubuntu 18.10) > We are using or own home grown implementation of a wizard on top of a custom wrapper around bootstrap modal (I was the person creating those components, so

AJAX error on chrome with latest 8.4 release

2019-04-16 Thread Ernesto Reinaldo Barreiro
Hi, I'm experiencing following error POST http://10.211.55.6:8080/kms2/advanced-search?1-2.0-body-wizardModal-modal-form-footer-volatileButtons-3-button net::ERR_INCOMPLETE_CHUNKED_ENCODING 200 send @ jquery-3.2.1.min-ver-1555412805000.js:4 ajax @ jquery-3.2.1.min-ver-1555412805000.js:4 doAjax @

Re: AJAX error on chrome with latest 8.4 release

2019-04-16 Thread Maxim Solodovnik
Hello Ernesto, wicket-jquery-ui based Wizard works for me as expected (just have tested Chrome latest at Ubuntu 18.10) On Tue, 16 Apr 2019 at 18:33, Ernesto Reinaldo Barreiro wrote: > Hi, > > I'm experiencing following error > > POST > >

Re: AJAX error on chrome with latest 8.4 release

2019-04-16 Thread Maxim Solodovnik
Is it reproducible with non-minified (i.e. DEVELOPMENT) version? On Tue, 16 Apr 2019 at 20:34, Ernesto Reinaldo Barreiro wrote: > Hi Maxim, > > Thanks for feedback. > > wicket-jquery-ui based Wizard works for me as expected (just have tested > > Chrome latest at Ubuntu 18.10) > > > > We are

Re: AJAX error on chrome with latest 8.4 release

2019-04-16 Thread Ernesto Reinaldo Barreiro
Wicket is on development mode already. I'm serving "my own" minified version of jquery. I will play with that next and try to "reorder my code" to see if I can spot what is different. On Tue, Apr 16, 2019 at 5:28 PM Maxim Solodovnik wrote: > non minified jquery and/or wicket.mode=DEVELOPMENT >

[ANNOUNCE] Apache Wicket 9.0.0-M1 released

2019-04-16 Thread Andrea Del Bene
The Apache Wicket PMC is proud to announce Apache Wicket 9.0.0-M1! Apache Wicket is an open source Java component oriented web application framework that powers thousands of web applications and web sites for governments, stores, universities, cities, banks, email providers, and more. You can

[ANNOUNCE] WicketStuff 7.13.0 Released

2019-04-16 Thread Maxim Solodovnik
WicketStuff core 7.13.0 based on Apache Wicket 7.13.0 is released and soon will be available at Maven Central! The changelog since 7.12.0 is: Dennis Hoersch (1): Allow to customize selectize.js settings (#656) Lucas Fernandes (1): Add language support Portuguese-BR (#659) Maxim

Re: Wicket collapsable panel

2019-04-16 Thread Ernesto Reinaldo Barreiro
Hi, There are several ways to do this. E.g 1- Use javascript at client side and just hide nent of panel (bound to the link that toggles the panel) 2- Use wicket AJAX and content.steVisible(false|true) where content is the panel containing you "box" content. This logic attached to the AJAX link

Re: Integrate Wicket with Keycloak

2019-04-16 Thread Martin Grigorov
Thank you for sharing your knowledge, Jeroen! On Tue, Apr 16, 2019 at 12:32 PM Jeroen Steenbeeke < j.steenbeeke...@gmail.com> wrote: > Hello David, > > Excellent idea! I went ahead and did just that: > https://tech.jeroensteenbeeke.nl/2019/04/16/using-keycloak-with-wicket.html > > Hope it's

Re: Integrate Wicket with Keycloak

2019-04-16 Thread Jeroen Steenbeeke
Hello David, Excellent idea! I went ahead and did just that: https://tech.jeroensteenbeeke.nl/2019/04/16/using-keycloak-with-wicket.html Hope it's helpful. Regards, Jeroen Op ma 15 apr. 2019 om 19:53 schreef David Beer : > Hi Jeroen > > This sounds good, I once tried to setup a link between