I have a JavaBean, one of whose properties is a BeanContext, essentially
a container for other Javabeans of a particular type or sub-type. There
is no built-in property editor for a property which is a BeanContext.
How can I create a property editor for my BeanContext property which
will act as a nested BeanContext in whatever environment creates a
BeanContext for the JavaBean itself ?