Antibot Form Submission Composite Behavior

2015-08-10 Thread Simon B
Hi, I want to add a behavior to a Form object that helps stop bots successfully submitting the form. In order to do this I've come up with the following idea. Get a timestamp of when the web page loads Get a timestamp of when the form first receives user focus Get a timestamp of when the

Re: AtmosphereBehavior - hard reference to page object

2015-08-10 Thread Daniel Stoch
Hi, Ok, EventBus stores only pageId. But Atmosphere framework keeps all AtmosphereResourceEventListeners which are implemented by AtmosphereBehavior - so I think this is a place when Atmosphere keeps references to all registered pages. -- Daniel On Tue, Jul 28, 2015 at 9:33 AM, Martin Grigorov

Re: AjaxFallbackLink - target NULL

2015-08-10 Thread Martin Grigorov
https://issues.apache.org/jira/browse/WICKET-5953 could be related. But it is about touch devices with IE11. Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Sun, Aug 9, 2015 at 11:30 PM, Martin Grigorov mgrigo...@apache.org wrote: Once you prepare a quickstart

Re: AtmosphereBehavior - hard reference to page object

2015-08-10 Thread Martin Grigorov
Hi, Can you point in the code where this happens? Martin Grigorov Wicket Training and Consulting https://twitter.com/mtgrigorov On Mon, Aug 10, 2015 at 11:34 AM, Daniel Stoch daniel.st...@gmail.com wrote: Hi, Ok, EventBus stores only pageId. But Atmosphere framework keeps all