FramedResource p = (FramedResource)rr.lock();
// if the father is a container (it should always be)
if (p instanceof ContainerResource) {
ContainerResource cr = (ContainerResource) p;
Enumeration res_enum;
res_enum = cr.enumerateResourceIdentifiers(false);
String childname;
ResourceReference childrr;
Class http_class = null;
ResourceReference framrr;
// get all the children, and find the container with