How does FormsHelper.getOptions(SlingHttpServletRequest request, Resource elementResource) work?
From the com.day.cq.wcm.foundation.forms package, FormsHelper has a method called getOptions that returns the options for a form element. How does it know the options for a form from the request and the elementResouce?
Thanks!