Load Partial Template Ajax - With Grails
问题 I am creating a grails webapp, and have the main index gsp, and there are several common components that will be common across most of the pages on the site that I am using partial templates for. Each partial template will be quite isolated and contain very different information, so each one should be getting info from different controllers. What I want is on page loading, for each partial template to make a call to a controller to load the required content - Im hoping there is some tag I can