Wicket and Chat Bots

2020-01-20 Thread Илья Нарыжный
Hello, I'm looking for some feedback from Wicket experienced devs and, potentially, some team-members who will love the idea I'm going to describe. We in Orienteer pretty frequently work with chat-bots for Facebook, Telegram and etc. One of our module was open-sourced: https://github.com/Orientee

Re: OOM: Direct buffer memory

2020-01-20 Thread Илья Нарыжный
Wicket users, We are still investigating, but it's seems to be related to using of docker image with openjdk over alpine. If you have similar situation: try to repack under different base docker image with java. Thanks, Ilya - Orienteer(http://orienteer

Re: AjaxEventBehavior/AjaxFormComponentUpdatingBehavior & visibility

2020-01-20 Thread Sven Meier
Hi Rob, actually I wasn't able to reproduce the problem on a second try (not sure what I tested before). Can you create a a quickstart showing the problem? Sven On 20.01.20 13:18, Sven Meier wrote: Hi Rob, the 'correct' way to solve this? the component is explicitly added to the Ajax re

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

2020-01-20 Thread Peter Henderson
Hi Bas, On Thu, 16 Jan 2020 at 10:41, Bas Gooren wrote: > Hi all! > > I’m currently working on an editing system which has composite elements; > > For example: > > We store Products (e.g. an iPod 64GB) and those Products have Variants > (Blue). > Since a variant cannot exist without a product, a

Re: AjaxEventBehavior/AjaxFormComponentUpdatingBehavior & visibility

2020-01-20 Thread Sven Meier
Hi Rob, the 'correct' way to solve this? the component is explicitly added to the Ajax request for an update, but decides to hide itself in onConfigure(). Perfectly valid usecase IMHO, but the head will be rendered nevertheless :/ Just tested with 7.x, 8.x and master, this seems to have been

AjaxEventBehavior/AjaxFormComponentUpdatingBehavior & visibility

2020-01-20 Thread Rob Audenaerde
Hi all, I recently got some javascript errors that came from behaviors of components that where triggered to be visible or invisible in the dom (using onConfigure()) in an ajax request. Typically something like: Wicket.Ajax: Cannot bind a listener for event "change" on element "format1dd" becau