actionSink = new ComponentActionSink(logger);
name = renderSupport.allocateClientId(resources);
formSupport = createRenderTimeFormSupport(name, actionSink, new IdAllocator());
if (zone != null) clientBehaviorSupport.linkZone(name, zone, link);
// TODO: Forms should not allow to nest. Perhaps a set() method instead of a push() method
// for this kind of check?