// See if the property map specifies an implementation class for the control;
// if not, use default binding.
//
String implBinding = null;
BaseProperties bp = _properties.getPropertySet( BaseProperties.class );
if ( bp != null )
implBinding = bp.controlImplementation();
else
implBinding = ControlBeanContext.getDefaultControlBinding(_controlIntf);
try
{