if (b == null || b.booleanValue() == false)
{
log.trace("Initializing MyFaces");
//Load the configuration
ExternalContext externalContext = new PortletExternalContextImpl(portletContext, null, null);
//And configure everything
// TODO: FIX PORTLET STUFF FOR JSF 1.2
// new FacesConfigurator(externalContext).configure();