You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by adrien marlé <ad...@gmail.com> on 2006/01/31 00:41:42 UTC

Classname for all the tags

HI all,

Is it possible to ouput the classname of all the elements for all the beans
? (Like the exemple below)

<myBean classname="...">
      <mySubBean classname="..."/>
</myBean>

in case it is not possible, how to configure Betwixt to display this
attribute for "chosen" objects composing a bean (I mean is there a way to
display this declaratively in a Betwixt file ?) ?

I have been thinking to extend Betwixt but it seems to be quite difficult to
extend the code...

Thanks in advance,
Adrien