[
https://issues.apache.org/jira/browse/WICKET-5676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14101156#comment-14101156
]
Sven Meier commented on WICKET-5676:
------------------------------------
I'm afraid not:
You click on any unrelated Ajax-link on the page, then while it is processed
you click on a navigation link -> in this case the latter will be ignored. This
is not what people are expecting :/.
AjaxChannel.Type.ACTIVE is a dangerous beast and I don't think Wicket core
components should use it.
I'm beginning to think that this issue has to be taken care in each application
individually, e.g. by showing a veil to prevent double clicks.
> 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)