Q1> In spring-roo how can I define a field that I want to appear on the page but doesn't get persisted in the DB.
For e.g: If I have a confirm-password field that I want to appear on the page so that I can validation the password but don't want to persist it.
Q2> Is there a way to define a password field directly form roo shell.