Skip to content

Commit 0723207

Browse files
whitespace.
1 parent 4e54e9d commit 0723207

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ subpackage, containing Bootstrap 2.x Scala templates for various form controls.
9797
Pearson](https://github.com/kaeawc) to writing these templates and making other helpful changes; your t-shirt awaits.
9898

9999
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.
101101
Note that the backing class consists of public fields containing the String data to be displayed/bound in the form,
102102
as well as a validate() method that determines if the submitted form data is valid or not.
103103

@@ -123,7 +123,7 @@ that I can see:
123123
this kind of simple situation. Maybe that will change in future.
124124

125125
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).
127127

128128
Acknowledgements
129129
----------------

0 commit comments

Comments
 (0)