major
nice-to-have
defect
major
enhancement
A JSP with a "form" tag determines whether the component's model should not be used if the component is not displayed in the dialog and does not have a master.
This heuristic is no longer necessary; instead, components that truly require it should be provided with a configuration option where this can be specified.
Code Migration
Forms that are intended to be displayed normally even without a model—i.e., that should not display “No model selected”—must be reviewed. Typically, these are forms without a model="..." configuration.
If a component currently displays "No model selected," the "displayWithoutModel" setting must be used in its configuration, or the component must set this as the default in its config interface.
Test
No test