Constraints on Model Validations
Panes with the
Deferred Rendering property set to
true have a few constraints on model validation.
- Deferred rendering of a pane is supported for the GWT runtime.
- When a pane is marked for deferred initialization, all references to child or nested controls of that pane are flagged with an error-level problem marker. This includes references in script or computation actions. The following quick fixes are available:
- Remove deferred initialization.
- Use Defer Rendering only.
- Panes marked for deferred initialization cannot contain embedded forms, either directly or in any of the nested panes. This is indicated by an error-level problem marker. The following quick fixes are available:
- Remove deferred initialization.
- Use Defer Rendering only.
Note: Modal dialog panes cannot be marked for deferred rendering or deferred initialization. However, a child pane of a modal dialog pane can be marked for deferred rendering or for deferred initialization.