533534535536537538539540541542543
throw new ApplicationException("invalid component definition ["+callPath+"]"); } ComponentPage cp = (ComponentPage)page; ComponentImpl c = cp.newInstance(pc,callPath,isRealPath); c.setInitalized(true); return c; } }