If AddressView is neither an Editor nor an IsEditor, that's the expected behavior, as I told you before. The generator for the EditorDriver can only looks at the declared type of the fields and declared return types of the methods, if AddressView is not an editor, then the field will smply be ignored by the Editor framework. It really doesn't matter what the field value is exactly (well, actually, most –if not all– subinterfaces of Editor are dealt with at runtime, provided the field's type extends/implements Editor to begin with), or when it's initialized/assigned.
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/D32nDAL3UfUJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
