Skip to content

Instantly share code, notes, and snippets.

@jdmr
Created January 6, 2012 14:30
Show Gist options
  • Save jdmr/1570837 to your computer and use it in GitHub Desktop.
Save jdmr/1570837 to your computer and use it in GitHub Desktop.
Grails textField generado
<g:field type="number" name="iva" required="" value='${fieldValue(bean: productoInstance, field: "iva")}' step="0.01"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment