Hmm, I don't really know of a way to do it, but maybe someone else does. I don't understand the internals of the binding framework all that well, but I do know that the bindings are a totally separate abstraction; the form load/save methods iterate through the binding, which operates on each widget; it's not (a) built into the "form model" (i.e. the widgets themselves) nor (b) is it implemented using a Decorator pattern. The way it's done I think does allow for the greatest efficiency (think of <fb:context> and what that means for the use of JXPath to navigate the model object structure). So to do what you are asking I think you would have to figure out how to interrogate the Binding itself, you'd have to look in the source code for the o.a.c.forms.binding package and probably also the Form flowscript API.
cheers, —ml— --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
