I have to display the selection when the controller function is called.
class FormController { def document() { render """<g:select name="tipo" from="${['','one','two']}" />""" } }
he does not work. Nothing appears in html when I replace a div with this function.
source share