It would help if you let us know what you're trying to accomplish.  Are you trying to do some dynamic binding based on various field values?

Ilya

On 10/5/06, Vitaliy Rukavishnikov <[EMAIL PROTECTED]> wrote:
Hi,
 
Is there any way in runtime to get a xml tag name knowing a field name? 
For example,
 
class Foo{
   private String key;
}
 
Binding.
...
<value name='Identifier' field='key' usage='optional' />
...
 
The goal is to discover the xml tag "Identifier" based on the name of the field "key".
I was unable to find anything in BindingFactory or those information behind the scenes.
 
Thanks a lot.
Vitaliy

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
jibx-users mailing list
jibx-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to