Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Add a parent property to Control interface:
public Object getParent();
public void setParent(Object parent);
This change will enable:
- Controls to specify Page flow
- improved localized message support
- improved form submit checks without having to use Page onSecurityCheck() method