I'm using a property definition to pass a document datasource into a custom control.
Is there a way to bind that datasource to the page the same way as if I had defined it on the page itself?
What I'm looking for is a way to use my passed-in ds for simple data binding in controls avoiding computed EL statements. What's more important: is there a way to address the datasource's event handlers (like querySaveDocument) from inside my custom control? Or can I only address them in the page where the ds has been defined originally?