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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ subpackage, containing Bootstrap 2.x Scala templates for various form controls.
97
97
Pearson](https://github.com/kaeawc) to writing these templates and making other helpful changes; your t-shirt awaits.
98
98
99
99
Finally, the [views.formdata](https://github.com/ics-software-engineering/play-example-form/tree/master/app/views/formdata)
100
-
subpackage contains the single backing class ([StudentFormData](https://github.com/ics-software-engineering/play-example-form/blob/master/app/views/formdata/StudentFormData.java)) required for this application.
100
+
subpackage contains the single backing class ([StudentFormData](https://github.com/ics-software-engineering/play-example-form/blob/master/app/views/formdata/StudentFormData.java)) required for this application.
101
101
Note that the backing class consists of public fields containing the String data to be displayed/bound in the form,
102
102
as well as a validate() method that determines if the submitted form data is valid or not.
103
103
@@ -123,7 +123,7 @@ that I can see:
123
123
this kind of simple situation. Maybe that will change in future.
124
124
125
125
Note: I played around for a while with [Custom Data Binding](http://www.playframework.com/documentation/2.0/JavaForms).
126
-
I could not get it to work.
126
+
I could not get it to work correctly (i.e. binding and validation) for lists of entities (such as Hobbies).
0 commit comments