I think i've found a bug with AEM6. I have a custom property on parent page named "clientName". Inside of my component class which extends WCMUse, i'm trying to utilize getInheritedProperties().get("clientName", String.class) to return the client name, however, the value is never found and a null ...