May 2015
Intermediate to advanced
274 pages
5h 11m
English
Here are a few issues we can come across while using a Play view:
globalErrors.There may be a situation where a particular required field is missing or there is a typo in the name of the field. It will not be shown in globalErrors but if you attempt to display the error for an individual field, error.required will show up for the missing field.
No, Play does not force developers to use Twirl templates for the views. They are free to design the views in whichever way they find easy or comfortable. For example, this can be done by using Handlebars, Google Closure templates, and so on.
Read now
Unlock full access