> 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.Looks like somebody posted a patch for this feature: https://issues.apache.org/jira/browse/COCOON-1418 In the meantime you can use request attributes or parameters as a transport for your data. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
