[
https://issues.apache.org/jira/browse/WICKET-5676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14102250#comment-14102250
]
Martin Grigorov commented on WICKET-5676:
-----------------------------------------
I think the ChannelManager doesn't work correctly.
Currently if there is a running Channel with type Queue/Drop and a new Ajax
call with type Active is made it is just skipped.
The Active call should be scheduled and all following calls scheduled during
the processing of the Active call should be skipped instead.
I'll revert the current changes just in case Martijn decides to cut 6.17.0
while this is improved.
I'm not sure about the usage of Type.Active in Wicket core components, and the
veil. It is quite hard (i.e. involves a lot of overriding) to be able to set
any attributes to Ajax paging links.
> Double click causes internal error using AjaxFallbackDefaultDataTable
> ---------------------------------------------------------------------
>
> Key: WICKET-5676
> URL: https://issues.apache.org/jira/browse/WICKET-5676
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 6.10.0
> Environment: PROD
> Reporter: Dharmendra Pandey
> Assignee: Martin Grigorov
> Fix For: 7.0.0-M3, 6.17.0
>
> Original Estimate: 4m
> Remaining Estimate: 4m
>
> for more detail please clcik below link
> http://apache-wicket.1842946.n4.nabble.com/AjaxFallBackDataTable-paging-navigation-link-causes-error-tt4667041.html#a4667043
> While trying to fix the double click issue on page navigation last and first
> link for AjaxFallBackDefaultDataTable...
> I also found the wicket example help with AjaxFallBackDefaultDataTable is
> also showing the error message on double click on Mozilla Firefox V. 31.0
> browser and IE too.
> Please see the below URL of example that is mentioned on wicket site
> "wicket-library.com" help sections
> repeaters- DataView, DataTable, GridView component examples -->
> AjaxFallbackDataTable Example - demonstrates an AJAX enabled datatable
> component.
> URL:
> http://www.wicket-library.com/wicket-examples/repeater/wicket/bookmarkable/org.apache.wicket.examples.repeater.AjaxDataTablePage?0
> I am also using the similar approach to render the data in table view format..
> I have tried everything but unable to fix the issues.
> Please suggest,
> Thanks
> Dharmendra
--
This message was sent by Atlassian JIRA
(v6.2#6252)