You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Maxim Solodovnik <so...@gmail.com> on 2014/09/20 19:15:51 UTC

Wicket7 paging navigation exception

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

-- 
WBR
Maxim aka solomax

Re: Wicket7 paging navigation exception

Posted by Maxim Solodovnik <so...@gmail.com>.
Thanks Andrea,
Paging works as expected in latest snapshot

On 21 September 2014 21:30, Maxim Solodovnik <so...@gmail.com> wrote:

> great!
> Thanks will try to check ASAP
>
> On 21 September 2014 21:28, Andrea Del Bene <an...@gmail.com> wrote:
>
>> Done. The fixed snapshot should be available in a while...
>>
>>> Thanks :)
>>>
>>> On 21 September 2014 01:05, Andrea Del Bene <an...@gmail.com>
>>> wrote:
>>>
>>>  Same error in Wicket examples (page AjaxDataTablePage) :(. Working on a
>>>> fix.
>>>>
>>>>
>>>>
>>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
>> For additional commands, e-mail: users-help@wicket.apache.org
>>
>>
>
>
> --
> WBR
> Maxim aka solomax
>



-- 
WBR
Maxim aka solomax

Re: Wicket7 paging navigation exception

Posted by Maxim Solodovnik <so...@gmail.com>.
great!
Thanks will try to check ASAP

On 21 September 2014 21:28, Andrea Del Bene <an...@gmail.com> wrote:

> Done. The fixed snapshot should be available in a while...
>
>> Thanks :)
>>
>> On 21 September 2014 01:05, Andrea Del Bene <an...@gmail.com> wrote:
>>
>>  Same error in Wicket examples (page AjaxDataTablePage) :(. Working on a
>>> fix.
>>>
>>>
>>>
>>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>


-- 
WBR
Maxim aka solomax

Re: Wicket7 paging navigation exception

Posted by Andrea Del Bene <an...@gmail.com>.
Done. The fixed snapshot should be available in a while...
> Thanks :)
>
> On 21 September 2014 01:05, Andrea Del Bene <an...@gmail.com> wrote:
>
>> Same error in Wicket examples (page AjaxDataTablePage) :(. Working on a
>> fix.
>>
>>
>>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: Wicket7 paging navigation exception

Posted by Maxim Solodovnik <so...@gmail.com>.
Thanks :)

On 21 September 2014 01:05, Andrea Del Bene <an...@gmail.com> wrote:

> Same error in Wicket examples (page AjaxDataTablePage) :(. Working on a
> fix.
>
>  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.ListenerInvocationNotAllowedEx
>> ception:
>> 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
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>
>


-- 
WBR
Maxim aka solomax

Re: Wicket7 paging navigation exception

Posted by Andrea Del Bene <an...@gmail.com>.
Same error in Wicket examples (page AjaxDataTablePage) :(. Working on a fix.
> 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
>


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org