* @param allocator used to allocate unique ids
* @return form support object
*/
InternalFormSupport createRenderTimeFormSupport(String name, ComponentActionSink actionSink, IdAllocator allocator)
{
return new FormSupportImpl(resources, name, actionSink, clientBehaviorSupport,
clientValidation, allocator, validationId);
}