Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [ve-dev] About beans


Janek,

There is only one way from the code you given me that the over call would not be made, and that is if in IvjBeanInfo.getAdditionalBeanInfo() this failed and threw an exception:

                BeanInfo[] result = new BeanInfo[] {
                        Introspector.getBeanInfo(getBeanClass().getSuperclass())
                };


Rich

Back to the top