OnChangeAjaxBehavior continually triggered

2013-11-28 Thread dlock
I have a DataTable with a single column. The table has a toolbar assigned which provides sorting and filtering. The filtering is done via TextField that has the following OnChangeAjaxBehavior assigned. OnChangeAjaxBehavior onChangeAjaxBehavior = new OnChangeAjaxBehavior() { @Override

Re: OnChangeAjaxBehavior continually triggered

2013-11-28 Thread dlock
Hi Martin. Thanks for the quick reply. I have created the following ticket... https://issues.apache.org/jira/browse/WICKET-5432 -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/OnChangeAjaxBehavior-continually-triggered-tp4662704p4662706.html Sent from the Users

Re: EventBus.push not pushing data to subscribe method

2013-07-11 Thread dlock
If you use the Google Guava library, make sure the import associated with the @Subscribe annotation is org.apache.wicket.atmosphere.Subscribe and not com.google.common.eventbus.Subscribe -- View this message in context:

Re: wicket-atmosphere - How to unsubscribe?

2013-07-11 Thread dlock
A quick update... After upgrading to the latest versions (wicket-6.9.0, wicket-atmosphere-0.11 atmosphere-runtime-1.0.13) I was still experiencing the issue. However I noticed that some of the retained pages where being held by Jetty specific classes (I was profiling the app locally via

Re: AjaxFallbackDefaultDataTable: cell not receiving event after sorting

2013-06-09 Thread dlock
Hi Sven. I created a QuickStart as per your suggestion and in the process of writing it I discovered what the issue was. Basically the mark-up had an erroneous enclosure tag defined which was causing the problem. body wicket:panel *div wicket:enclosure=table*

Re: AjaxFallbackDefaultDataTable: cell not receiving event after sorting

2013-06-08 Thread dlock
Hi Sven. Thanks for taking a look at my question. I have been trying to debug the issue (Ajax is new to me so please be patient). It looks like the issue is more fundamental than what I first thought. I added a simple row listener like so... @Override protected ItemT

AjaxFallbackDefaultDataTable: cell not receiving event after sorting

2013-06-07 Thread dlock
Hi. I have a simple abstract panel that I display as a cell within an AjaxFallbackDefaultDataTable. The panel has a label and a WebComponent that shows an icon (based on passed in css). The WebComponent has an AjaxEventBehaviour(click) added and whenever the icon is clicked the handling is