Is there any difference between issuing a getRelated call on a GenericValue object vs. using the delegator's findByAnd method?
virtualProduct.getRelated("ProductPrice", whereClause, null, true);
VS.
delegator.findByAnd("ProductPrice", whereClause, null, true);
Thanks.
---
Justin
