Form validation in Wicket is very simple. Just add the feedback panel in your mark-up and put validation on your form fields. Wicket form can be summited by Ajax too, but in that case validation become different. Wicket Ajax is based on target rule, so need to pass on your request to next component. Same [...]
