Touch UI Select Datasource Question
I need to populate a select widget(/libs/granite/ui/components/foundation/form/select) in the AEM 6 Touch UI with objects returned from a call to a java helper class. I believe I need to use a datasource to accomplish this. I need to pass a SlingScriptHelper and some of the inherited properties for the current page to my helper class. Is it possible to get these objects in the datasource jsp?