Grails richui autocomplete for cloned textbox
问题 I am using grails richui autocomplete field in my app. It works fine for my static textbox but when I clone the textbox this feature is not working for the cloned textboxes and it shows no error even. Any idea of how to fix this Here is my code: <resource:autoComplete skin="default" /> at top <richui:autoComplete name="filterLocation1" id="filterLocation1" delimChar=";" class="location_txtbox" action="${createLinkTo('dir': 'abc/yyy')}" style="margin-left:5px;"/> This is my autocomplete field