enhancement
In the EditAttributedComponent, you can override the methods "getExcludeList()", "getReadOnlyList()", and "getExcludeListForUI()" to exclude certain attributes from the FormContext, make them read-only, or not display them in the GUI at all.
This should be configurable.
Implementation
- The "excludeAttributes" configuration allows you to specify (comma-separated) the names of the attributes for which no form elements should be created and which should not be displayed.
- The "readOnlyAttributes" configuration option allows you to specify (comma-separated) the names of the attributes that should be displayed as read-only in the component.
- The "excludeFromAdditionalAttributes" configuration option allows you to specify (comma-separated) the names of attributes that should not be displayed in the "additional attributes" section, even if they are not mentioned in the JSP.
Test
No test.