ghost opened a new issue, #14246:
URL: https://github.com/apache/grails-core/issues/14246
Maybe I'm misunderstanding something, but when the following field is
rendered
```
<f:field property="name" label="Name" prefix="foo.">
<g:textField name="${property}" value="${value}"
class="input-xlarge" maxlength="191"/>
</f:field>
```
The name of the input is "name", shouldn't it be "foo.name"?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]