private void pageCreated()
{
// Note that the FacesContextBridge not only provides us with the FacesContext,
// it also associates the FacesContext with the JSFUnit thread so that
// FacesContext.getCurrentInstance() will work.
JSFUnitFacesContext facesContext = (JSFUnitFacesContext)FacesContextBridge.getCurrentInstance();
// if no FacesContext exists, we can't get the Client IDs
if (facesContext == null) return;
// Peformance optimization. If the FacesContext instance didn't change,