Re: How to handle ListenerInvocationNotAllowedException on invisible field

2018-11-19 Thread Martin Grigorov
Hi, If a component is invisible then it won't render itself. It might render just its HTML element if you use refineFields.setOutputMarkupPlaceholderTag(true), but none of its children would be rendered, and their Ajax listeners won't bind at all. So I think the reason is something else. Often

How to handle ListenerInvocationNotAllowedException on invisible field

2018-11-18 Thread Vishal Popat
Hi, I am using Wicket 7... Recently I have been getting lots of the following exception WARN RequestCycleExtra:347 - Handling the following exception: org.apache.wicket.core.request.handler.ListenerInvocationNotAllowedException: Behavior rejected interface invocation. Component: [TextField