This commit is contained in:
Keith Donald
2008-03-20 02:28:08 +00:00
parent 1869ca5a12
commit 636e0cf0ca

View File

@@ -35,14 +35,17 @@ public class BindingModel extends ViewRenderingErrors {
}
public List getAllErrors() {
// TODO
return Collections.EMPTY_LIST;
}
public List getGlobalErrors() {
// TODO
return Collections.EMPTY_LIST;
}
public List getFieldErrors(String field) {
// TODO
return Collections.EMPTY_LIST;
}