Hi Folks, I'm trying to reproduce how the BeanElement class works.
Consider I have a a instanced JavaBean and want to marshall it using dom4j's inbuild Bean Support. If I use BeanElement#setData( Object o ) all the internal attribute list will be resettet using setAttributeList( null ); Why? It seems the API is not bidirectornal, isn't it? If that is true I have to marshall it handy using JavaBeans Introspection. Unmarshalling seems to work fine. Any comments? Bye Toby -- GMX - Die Kommunikationsplattform im Internet. http://www.gmx.net _______________________________________________ dom4j-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dom4j-user
