You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2012/09/17 11:23:08 UTC

[jira] [Resolved] (WICKET-4764) Ajax links on second page of datatable not working if client side filtering is active

     [ https://issues.apache.org/jira/browse/WICKET-4764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-4764.
-------------------------------------

    Resolution: Incomplete

>From the given description it is not clear what exactly is broken.
I'm not acquaint with jQuery DataTable plugin and I'm not sure what exactly it does.

Wicket's AjaxLink just registers a JavaScript event listener on the respective <a> tag. The jQuery code is something like: jQuery('#myLink').on('click', function() { sendAjaxCall() })

Please give more details or even a quickstart and we will reopen the ticket.
                
> Ajax links on second page of  datatable not working if client side filtering is active
> --------------------------------------------------------------------------------------
>
>                 Key: WICKET-4764
>                 URL: https://issues.apache.org/jira/browse/WICKET-4764
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 6.0.0
>            Reporter: Carsten Behring
>
> I am using jquery datatable with wicket 6.0.0.
> One of my columns contains an ajax link, which opens a ModalDialog.
> From wicket 6.0.0 onwards, the links do only work on the first page of the paginated list.
> (The list is client side paginated by jquery datatable)
> There is the same problem, if the list gets filtered (client side).
> It seems to me that there is a problem with the Ajax links, as soon as some of the rows are "invisible" (because filtered or on other page)
> It seems that the ajax events are either not fired at all, or do not manage to call the server side "onClick" method.
> With wicket 1.5.8 everything was working.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira