Hi,
I use a server side validator for a dynamic forms which are combined by a ValueManager.
Whyle validation in
the data in record is incomplete. The record contains values from a current dynamic form and not a value manager.
Basically I need to test a users's password if it was used in history but I never receive id field. This field is marked as hidden in datasource.
Cheers,
Zdary
I use a server side validator for a dynamic forms which are combined by a ValueManager.
Whyle validation in
Code:
public boolean condition(Object value, Validator validator, String fieldName, Map record, DataSource ds) throws Exception {
Basically I need to test a users's password if it was used in history but I never receive id field. This field is marked as hidden in datasource.
Cheers,
Zdary
Comment