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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ from the index page. See the [routes](https://github.com/ics-software-engineerin
78
78
The getIndex method takes a Student ID as a parameter. If the value is 0, then an empty form is
79
79
displayed, otherwise the form is displayed pre-filled with the data associated with the Student ID.
80
80
For example, you can retrieve the data for the student with ID 1 using: http://localhost:9000/?id=1.
81
-
The system [instantiates a couple of students on startup](https://github.com/ics-software-engineering/play-example-form/blob/master/app/models/Student.java#L168-180).
81
+
The system [instantiates a couple of students on startup](https://github.com/ics-software-engineering/play-example-form/blob/master/app/models/Student.java#L191-203).
82
82
83
83
By looking at the controller, you can see the basic approach for either form display (HTTP GET) or
0 commit comments