Hi there,

Can I register a data-binder like this:

dataBinder.registerCustomEditor( null, "parent", new MyBinder() );

...which I think should cause "MyBinder" to be called with the value of the "parent" field in the request?

Only it doesn't seem to.

I have other data-binders that work fine, but I have never tried to specify a particular input field before.

Peter