* @return <code>true</code> if the validator can access the related bean, <code>false</code> otherwise.
*/
private boolean isCascadable(GroupValidationContext<?> context, MetaProperty prop, AccessStrategy access) {
PathImpl beanPath = context.getPropertyPath();
final NodeImpl node = new NodeImpl.PropertyNodeImpl(prop.getName());
if (beanPath == null) {
beanPath = PathImpl.create();
}
try {
if (!context.getTraversableResolver().isReachable(context.getBean(), node,