The elusive HTML ‘id’ attribute when using <g:form>
Monday, April 14th, 2008In most Grails tags, the usual HTML attributes get passed through to the output HTML, for example the 'class' attribute below: results in: I tried to do this with a g:form tag and passed in an "id" attribute so I could reference the form in javascript. But you can't pass an ...
