Skip to Content
0
Former Member
Jun 01, 2005 at 05:22 AM

Validate PCD URI

67 Views

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?