Hi,
I need to get the property of a component. I am doing this by :
IPortalComponentContext ctx = request.getComponentContext(pcdURI);
But if the "pcdURI" is incorrect, the method fails and logs an error. Is there a way I can validate this URI before I call this method?