prepping for jsr 303 integration

This commit is contained in:
Keith Donald
2009-06-26 15:33:35 +00:00
parent 0edc3d94bd
commit 7e3c1bf09a
6 changed files with 72 additions and 22 deletions

View File

@@ -31,7 +31,7 @@ public class BindAndValidateLifecycleTests {
model = new TestBean();
alertContext = new DefaultAlertContext();
Binder binder = new WebBinderFactory().getBinder(model);
lifecycle = new BindAndValidateLifecycle(binder, alertContext);
lifecycle = new BindAndValidateLifecycle(binder, null, alertContext);
}
@Test