alawi
2 Sep 2008, 11:34 PM
Hello guys,
The following two lines of code do not work.
FieldSet fsTest = new FieldSet("You can't pass the heading in the constrcutor");
fsTest.add(new Button("This button does not show"));
The first line is merely an API improvement, the second line is essential and I don't know why it does not work.
Any insights on this?
Regards,
Alawi
The following two lines of code do not work.
FieldSet fsTest = new FieldSet("You can't pass the heading in the constrcutor");
fsTest.add(new Button("This button does not show"));
The first line is merely an API improvement, the second line is essential and I don't know why it does not work.
Any insights on this?
Regards,
Alawi