You have to override BeanWriter to do that. Although I would be carefull with that, since we are planning on refactoring the writing process, but it will probably maintain the expressElementStart though.. Since it can get pretty complicated to do your own writing, I suggest using the SAXBeanWriter and make a contentHandler for it (BeanWriter is probably going to use a ContentHandler after the refactor is finished..)
Mvgr, Martin On Wed, 2003-01-29 at 08:56, Desmond Wong wrote: > I try to use BeanWriter.expressElementStart(String) in > my application but it doesn't work, the error > "expressElementStart(java.lang.String) has protected > access in org.apache.commons.betwixt.io.BeanWriter" > will come out. > > > > > __________________________________________________ > Do You Yahoo!? > Everything you'll ever need on one web page > from News and Sport to Email and Music Charts > http://uk.my.yahoo.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
