I think this could be a spring-mvc realted question but since I am using Roo, I would like to ask this question here.

How can I make have a password again input field, which shows up on the creationg of an entity, it validates the password strength and their equality in the controller and then returns then proceeds. I could use

Code:
@PathVariable("password") String password
and so on for all fields, but then I loose all the fancy JSR-303 validation and its messages (dont I)