From: "Christian Sell" <[EMAIL PROTECTED]> > BTW, the BeanTagLibrary seems to also require that objects implement > createXX methods for nested elements. Why cant the object type simply be > inferred from the argument of the setXX method, and the object be > created by the default constructor? I think that is what Ant does.
AFAIK Ant uses similar kinds of createXX() methods. >From a given tag <foo> its not always obvious what class needs to be invoked. Though there's nothing to stop you writing your own tag -> bean protocol so to speak. James ------- http://radio.weblogs.com/0112098/ __________________________________________________ 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: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
