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
There is a <1> marker by the VehicleController.groovy code snippet with the description:
"By simply defining a property in our controller with the same name as our service class, Grails will inject a reference to the service for us."
but it points to a @Transactional line.
Immediately below that part, there is the description:
"We’ve added new property to the model, called estimatedValue."
but it was not shown in the code snippet. It would also be helpful if in the code it shows how the estimatedValue service is used to get the value for that property.
See the attached screenshot below.
The text was updated successfully, but these errors were encountered:
msunardi
changed the title
Confusing Documentation in Creating Your First Grails App Guide #Services section
Confusing Documentation in Services section
Jul 27, 2017
There are two confusing parts in the creating-your-first-grails-app#services guide:
VehicleController.groovy
code snippet with the description:but it points to a
@Transactional
line.but it was not shown in the code snippet. It would also be helpful if in the code it shows how the
estimatedValue
service is used to get the value for that property.See the attached screenshot below.
The text was updated successfully, but these errors were encountered: