Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.2.0
-
None
Description
Ah, leaky abstractions. My client has a component that takes a Zone as a parameter. The component renders a Form, then the Zone, and wires the Form to update the Zone (via the Form's zone parameter). Problem is, the Zone's clientId is null when the Form is rendered, so the client-side JS to wire the Form to the Zone doesn't occur.