[struts] password validation with validator and dynaforms
hi all,
I've just started using struts validator together with dynaforms. As example I'm trying to validate user registration form. Now my problem is:
what I want to do is when password's length is less than e.g. 8 chars I want to show error and clear password field. The first part of it is simple, I use validator rule and it works properly, but the field contains value after validation (you can view page source and you can see that password). Do you know how to write that to clear password field useing DynaForm, not simple ActionForm.
Thanks for all answers.