/nbproject/private/
+/nbproject/*~
/manifest.mf
/build/
/dist/
+/data/*
/*.properties
// All accepted, required fields
String[] requiredFileds = {"privacy", "terms"}; //NOI18N
- // Pre-validation (e.g. not null, not a string, empty string ...)
+ // Pre-validation (example: not null, not a string, empty string ...)
super.preValidate(context, component, value, requiredFileds);
// Trace message
// The required field
String[] requiredFileds = {"amount"}; //NOI18N
- // Pre-validation (e.g. not null, not a string, empty string ...)
+ // Pre-validation (example: not null, not a string, empty string ...)
super.preValidate(context, component, value, requiredFileds);
// Trace message
// Trace message
//this.getLogger().logTrace(MessageFormat.format("preValidate: context={0},component={1},value={2},fields={3} - CALLED!", context, component, value, Arrays.toString(requiredFields))); //NOI18N
- // Pre-validate (e.g. on null)
+ // Pre-validate (example: on null)
super.preValidate(context, component, value, requiredFields);
// Get client id and init message + key
// All accepted, required fields
String[] requiredFileds = {"firstName", "familyName", "city", "street"}; //NOI18N
- // Pre-validation (e.g. not null, not a string, empty string ...)
+ // Pre-validation (example: not null, not a string, empty string ...)
super.preValidate(context, component, value, requiredFileds);
// Trace message