Abstract class CommonBasePage is annotated with @ComponentClass and defines a field "_identity" which is annotated with @ApplicationState. get and set for the field is implemented in CommonBasePage. the abstract class BasePage extends CommonBasePage
now, when I create a new page Main I let it extend from BasePage. but then I get java.lang.NoSuchFieldError: _identity at net.keso.ted.peng5.pages.CommonPengBasePage.containingPageDidLoad(CommonPengBasePage.java) . . . Am I doing something wrong? Also, should I annotate the Main page with @ComponentClass or can I assume that it is inherited from CommonBasePage? -- /ted --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
