What is the proper way of stripping leading and trailing white space from fields in a command? Right now i do a command.setBlah(command.getBlah().trim()) on every field in onBind but that doesn't look like the correct way.
Is there a 'Spring Approved' method for this?
S.


Reply With Quote