wicket-atmosphere NullPointerException at initialization

2012-06-13 Thread theAnthony
Hi, I wanted to play around with wicket 6.0.0-beta2 and wicket-atmosphere, I created a quickstart created a simple page which would display a number and that number would come from a simple bean with a method scheduled to be executed every X seconds which would push the new value to the EventBus.

Form having error cannot be modified via Ajax

2012-05-02 Thread theAnthony
Hi, In my application, I'm developing a dynamic page with a table of currencies per dates and on the side I have a form with a 'from' date and 'to' date. Clicking on a cell of the table changes the value of the dates in the form. This works all fine as long as the form is valid. But if the form

Re: Form having error cannot be modified via Ajax

2012-05-02 Thread theAnthony
Indeed, I'm using an AjaxEventBehavior listening for onclick, in the onEvent method, I send an event which is intercepted by the form where the model of the form is changed and the elements to be refreshed are added to the AjaxRequestTarget. -- View this message in context: