Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: model-0.0.1
-
Fix Version/s: model-0.1.0
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Enums annotated with @NotNull are showing the blank option.
This is because we are using the default Tapestry editor for enums and Tapestry does not recognize the @NotNull annotation.
We should provide our own implementation of the enum editor, or better yet implement our own BeanModelSource.