replay();
InternalComponentResources resources = new InternalComponentResourcesImpl(null, element, null,
elementResources, "Foo.bar", null, ins, false);
resources.storeRenderVariable("fred", "FRED");
resources.storeRenderVariable("barney", "BARNEY");
resources.postRenderCleanup();
try