// PageRenderSupport's job). It would be nice if we could agree on the uid, but
// not essential.
String uid = Long.toHexString(System.currentTimeMillis());
IdAllocator idAllocator = new IdAllocator(":" + uid);
FormSupportImpl formSupport = new FormSupportImpl(formId, actions, _clientBehaviorSupport, true,
idAllocator);
_environment.push(FormSupport.class, formSupport);