In a static block in your persistent record implementation, set your password field's stored editor to use the PasswordEditorSource
, e.g:
static {
PasswordE.getFormMeta().setEditorSource(PasswordEditorSource.getSharedInstance());
}
In a static block in your persistent record implementation, set your password field's stored editor to use the PasswordEditorSource
, e.g:
static {
PasswordE.getFormMeta().setEditorSource(PasswordEditorSource.getSharedInstance());
}