Hey Steve -- I'm getting merlin to work for me, a little at a time. If I can ever get all the way there it'll be great! I've got myself pretty stuck at the moment, need some feedback.
As I mentioned before, the UI is considered a component in this app. In my current hand-lifecycled version, I have a giant ugly method in which all the ui 'controllers' are created as components, one by one, in a depth-first order wrt the tree of Swing UI relationships. Suppose component X is responsible for displaying Y. First Y is fully lifecycled, then X is fully lifecycled, with Y as part of X's context. I think the reason my method doesn't want to work with merlin is that a mapping needs to be created automatically from a deployed component to a context key value! How could merlin know that? Regards, Gary -- To unsubscribe, e-mail: <mailto:avalon-users-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:avalon-users-help@;jakarta.apache.org>