I need to bind a Date using the milliseconds representation in a controller (i.e. milliseconds from 01.01.1970). I tried using @As("S") but had no success, it fails as soon the value ...
I just started a Play project and one of my model classes has a Map property. I generated a CRUD admin interface and then customised the edit form to allow adding ...
An app I'm working on using the Play! Framework has an object called gift with a boolean property, called Taken. How do I show the state of this value as ...