On 4/27/07, xyjaws <[EMAIL PROTECTED]> wrote: > The question is: Howto dynamicly bind XML element to a TextInput > component using BindingUtils?
Not sure you can use BindingUtils for XML. You can just call setNotification() on the XML object and your callback will be called every time that node is updated; in your callback you can update whatever controls you want to.

