drenda81
8 Jul 2008, 12:23 PM
Hi all,
when I use the method markInvalid() on a field of a form panel it don't invalid the formPanel neither itself. Infact if I execute:
TextField field = new TextField();
field.setFieldLabel("Field");
username.markInvalid("Invalid field");
System.out.println("Field is valid:" +username.isValid());
The System.out print that the field is valid. It's a normal behavior?
Thanks
when I use the method markInvalid() on a field of a form panel it don't invalid the formPanel neither itself. Infact if I execute:
TextField field = new TextField();
field.setFieldLabel("Field");
username.markInvalid("Invalid field");
System.out.println("Field is valid:" +username.isValid());
The System.out print that the field is valid. It's a normal behavior?
Thanks