Community
Participate
Working Groups
Created attachment 207313 [details] EDT Open gallery.validation.ValidationDemo in org.eclipse.edt.rui.samples_0.7.0. Preview. Click Submit. Don't get the correct errors on User name and Password. Don't get any errors on the other fields. Should have 8 errors. Screen shots of RBD and EDT attached.
Created attachment 207314 [details] RBD
It also let me submit and create the account with only the User name and Password. There are 6 other fields that are required.
Here's the problems: 1. DataItem is not supported in EDT, so the annotations are not available on the field. For now, put the annotations directly on the field and not on a DataItem. 2. ValidationPropertiesLibrary is not supported in 0.7. We'll add it in the next release. For now you will get default error messages and the ValidationPropertiesLibrary setting will be ignored.
Modified/Added: [widgets] MVC.egl [jsgen] MVCTemplate.java [compiler] IProblemRequestor.java EGLValidationResources.properties ValidationPropertiesLibraryAnnotationTypeBinding.java ValidationPropertiesLibraryAnnotationValidator.java
close