Hi All,
I'm trying to grok the "new way" of doing things in GWTP, and I hit a roadblock. Let me stipulate the following:
- Suppose I have a composite widget, W, from an earlier, non-GWTP project that I want to use with GWTP.
- This widget, for whatever reason, does not seem to translate to UIBinder's declarative syntax (e.g. throws errors verbose errors).
- Widget W does not parse when imported into GWT Designer's UIBinder view, but otherwise works fine.
- Child presenter B's view is declared with UIBinder, as is Presenter A and their parent.

Q. Without trying to convert widget W to a UIBinder representation, what is the simplest technique for using it in presenter, B?
Thanks!
- JCM