This commit is contained in:
Jon Brisbin
2012-10-12 08:32:28 -05:00
committed by Jon Brisbin
parent babf3b0104
commit d526e073ba

View File

@@ -1585,8 +1585,10 @@ public class RepositoryRestController
args.add(fe.getObjectName());
args.add(fe.getField());
args.add(fe.getRejectedValue());
for(Object o : fe.getArguments()) {
args.add(o);
if(null != fe.getArguments()) {
for(Object o : fe.getArguments()) {
args.add(o);
}
}
String msg = applicationContext.getMessage(fe.getCode(),