Spring MVC: is using forms in the service layer a good practice?

Let's say there is an application which uses the forms package and <whatever>Form.java for validation purposes in the controller layer, so every request which needs validation has a correspon...