We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
User
name
grails generate-all user
id
<g:form resource="${this.user}" method="POST" id="create-user-form"> ... </g:form>
The HTML for this form should have an id="create-user-form" attribute
id="create-user-form"
The HTML for this form does not have an id="create-user-form" attribute. Incidentally, the resource attribute of the g:form tag is not documented
resource
g:form
The text was updated successfully, but these errors were encountered:
<g:form>
ilopmar
No branches or pull requests
Steps to Reproduce
User
domain class with aname
propertygrails generate-all user
id
property to the form for creating a new userExpected Behaviour
The HTML for this form should have an
id="create-user-form"
attributeActual Behaviour
The HTML for this form does not have an
id="create-user-form"
attribute.Incidentally, the
resource
attribute of theg:form
tag is not documentedEnvironment Information
The text was updated successfully, but these errors were encountered: