https://bugzilla.redhat.com/show_bug.cgi?id=487831 Resolves: bug 487831 Bug Description: Tabbed Panel display throws NullPointerException Reviewed by: ??? Files: see diff Branch: HEAD Fix Description: A couple of panels were defining an isValid method to use for clean/dirty validation. However, the Component class which these panels inherit from also defines the isValid method for a different purpose. Our code must not use the isValid method, so I renamed those methods to something more meaningful in their context. I also found another problem with a null pointer access in some schema code. Platforms tested: RHEL5 Flag Day: no Doc impact: no https://bugzilla.redhat.com/attachment.cgi?id=333586&action=diff
389-devel@lists.fedoraproject.org