Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

Wicket7 paging navigation exception

$
0
0
Hello All,

I just tried to use paging navigator (works fine in wicket 6.17) in
wicket7-M3 project and get

[INFO] [http-nio-0.0.0.0-5080-exec-8]
org.apache.wicket.RequestListenerInterface - component not enabled or
visible; ignoring call. Component: [AjaxPagingNavigationLink [Component id
= pageLink]]
WARN 09-21 00:08:38.556 RequestCycle.java 64403 346 RequestCycleExtra
[http-nio-0.0.0.0-5080-exec-8] - ********************************
WARN 09-21 00:08:38.560 RequestCycle.java 64407 347 RequestCycleExtra
[http-nio-0.0.0.0-5080-exec-8] - Handling the following exception
org.apache.wicket.core.request.handler.ListenerInvocationNotAllowedException:
Component rejected interface invocationComponent: [AjaxPagingNavigationLink
[Component id = pageLink]] Listener: [RequestListenerInterface
name=ILinkListener, method=public abstract void
org.apache.wicket.markup.html.link.ILinkListener.onLinkClicked()]
at
org.apache.wicket.RequestListenerInterface.invoke(RequestListenerInterface.java:212)
~[wicket-core-7.0.0-M3.jar:7.0.0-M3]

should I modify the code somehow? Or it is wicket bug?
(I have clicked "page 2" link and get "Access denied")

Thanks in advance

Viewing all articles
Browse latest Browse all 5648

Trending Articles