FormTester form = tester.newFormTester("form"); form.setValue("id", "555"); form.setValue("name", "foo");form.submit(); tester.assertNoErrorMessage();
This code is not working as error messages comes up anyway. Is this the right way to test a Form? If nobody has ever tried this, I'll create an issue to it on JIRA. []'s! miojo -- Bruno Borges Summa Technologies Inc. www.summa-tech.com (48) 8404-1300 (11) 3055-2060
