You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I specify for example maxNumberOfFiles="5" the Javascript code that will be generated is maxNumberOfFiles: 47.
When I write maxNumberOfFiles="${2-3}" the the Javascript is correct maxNumberOfFiles: 5. When providing a number larger 9 an error is thrown.
Grails 2.2.1
The text was updated successfully, but these errors were encountered:
When I specify for example maxNumberOfFiles="5" the Javascript code that will be generated is maxNumberOfFiles: 47.
When I write maxNumberOfFiles="${2-3}" the the Javascript is correct maxNumberOfFiles: 5. When providing a number larger 9 an error is thrown.
Grails 2.2.1
The text was updated successfully, but these errors were encountered: