<g:textField name="myField" value="${myValue}" />
name
value
Show Source
def textField = {attrs -> attrs.type = "text" attrs.tagName = "textField" fieldImpl(out, attrs) }