Google reCAPTCHA V3 wicket component?

2020-01-17 Thread Chris Colman
Does anyone know if anyone has already created a Wicket component that encapsulates Google reCAPTCHA V3? I'm thinking it should be possible to have such a component that is simply added to a form like any other form component and then at submission, if Google thinks it's a Bot then the compone

Re: Dealing with editing of nested objects in a multiple screens for a single entity

2020-01-17 Thread Sven Meier
Hi Bas, >set of custom models that remembers what was provided in “setObject” and can later replay this in my experience most attempts on putting to much logic into model implementations have failed. Long class names (ahem NestedPropertyChangeListenerModel) or deeply nested model delegations

Re: WicketRuntimeException: The component(s) below failed to render. A common problem is that you have added a component in code but forgot to reference

2020-01-17 Thread Francois Meillet
Hi Prasanna, Could you make a quickstart ? François > Le 17 janv. 2020 à 19:29, prasanna bajracharya > a écrit : > > Dear Wicket Community, > > I am a new to wicket. I am trying to run someone else's legacy code in my > local machine which is currently working in production environment. Al

WicketRuntimeException: The component(s) below failed to render. A common problem is that you have added a component in code but forgot to reference

2020-01-17 Thread prasanna bajracharya
Dear Wicket Community, I am a new to wicket. I am trying to run someone else's legacy code in my local machine which is currently working in production environment. All my MyPanel.java, MyPanel.html and MyPanel.properties are in same package but still i'm getting following error in my weblogic con

Re: OOM: Direct buffer memory

2020-01-17 Thread Илья Нарыжный
Yes. Pretty sure. But it might be something indirect: for example, during building of our next docker image with the newer wicket, some openjdk/maven/libs newer dependency was picked up as well. That's something which we are evaluating. Thanks, Ilya - Or

Re: An open source devops platform completely created with Wicket

2020-01-17 Thread Andrea Del Bene
Hi Robin and congratulation for you excellent work! And thanks for sharing it. It's always good finding other people who feel in discomfort with modern " fashionable" JS frameworks :-). On Fri, Jan 17, 2020 at 9:51 AM Martin Grigorov wrote: > Thank you for sharing it with us, Robin! > > It looks

Re: An open source devops platform completely created with Wicket

2020-01-17 Thread Martin Grigorov
Thank you for sharing it with us, Robin! It looks awesome! On Fri, Jan 17, 2020 at 2:26 AM Robin Shen wrote: > Dear wicket users, > > I'd like to introduce OneDev, an open source all-in-one devops platform: > https://github.com/theonedev/onedev > > It is created completely with Wicket with only

Re: OOM: Direct buffer memory

2020-01-17 Thread Sven Meier
Hi, I don't see anything related in the changes from 8.5 to 8.6.1 https://github.com/apache/wicket/blob/wicket-8.x/CHANGELOG-8.x Are you sure these OOMs didn't happen before? Sven On 16.01.20 22:52, Илья Нарыжный wrote: Sven, It was 8.5 - so not so far away. Thanks, Ilya -