-
The Twitter Bootstrap style form UI shown in the demo/wiki is not being applied.
-
Not able to run your app, its throwing error while compiling. I am typing below command.
C:\play-2.2.0\play2-crud-master\project-code>play run
-
Using Play 2.1.1, have followed the 'simple' instructions but get the following error when loading the application.
![betterrev crud](https://f.cloud.github.com/assets/180840/1461310/1ca361ca-44a4-11…
-
! @6gaakbed0 - Internal server error, for (GET) [/app/Interest/Action(parser=BodyParser(anyContent))] ->
play.api.Application$$anon$1: Execution exception[[NumberFormatException: For input string: "A…
-
like grails scaffolding does http://grails.org/doc/latest/guide/scaffolding.html
argan updated
11 years ago
-
With this beer
```
package models
import play.api.libs.json._
case class Beer(id: String, name: String, brewery_id: String, style: String)
object Beers {
implicit val fmt = Json.format[Beer]
}
``…
-
Hi there,
Just trying out your app, most things work well but whenever I try to display a list I get an NPE:
play.api.Application$$anon$1: Execution exception[[NullPointerException: null]]
at pl…
-
Hi there,
This is from using the samples (except I've changed the entity name from Sampel to Tag). After updating an existing Tag entity, I get the following exception (I'm using the in-memory datast…
-
Hi,
When a Backbone model is saved (POST/PUT), Backbone.sync method is called, in fact it's something like that :
```
$.ajax({
type: "POST",
url:"/hello",
data:'{"hello":"world"}',
success: …
k33g updated
11 years ago
-
if a post is already rated, rating can not be changed due to a bug in play framework: http://play.lighthouseapp.com/projects/82401/tickets/973-bug-in-play-20-ebean-mapping-of-embeddedid