wicket-atmosphere

2014-07-24 Thread Pierre Goupil
Good evening, I'm still in the process of making wicket-atmosphere testable, after a long pause. For the moment in my EventBus, I am able to retrieve the broadcasted messages. I'd like to be able to retrieve this (Ajax-like) response with tester.getLastResponse().getDocument(). Because if I do

Form-Validators and invisible form components

2014-07-24 Thread Joachim Schrod
Hi, I have a form with a date input that may be invisible. If it is visible, its value must be after another date input's value. I established a FormValidator that checks that condition. It knows about the potential invisibility and handles it. Now, for most pages Wicket outputs the warning