try
{
page = instantiatePage(name, namespace, specification);
page.attach(_engine);
constructComponent(cycle, page, page, specification, namespace);
// Walk through the complete component tree to set up the default parameter values.
_establishDefaultParameterValuesWalker.walkComponentTree(page);