Does anybody know a clean approach for dynamic binding. For example it would be nice to use a JXTemplate for the binding and pass it some vars like it works with showForm:

form.createBinding("binding.jx", {"param1": somevalue, "param2": somevalue});

I know it's possible to solve this with a special pipline and call the binding with /binding.jx/param1/param2
But that's ugly IMO.


Werner