score:3
Accepted answer
For anyone discovering this question, it seems very likely that this was due to a bug in the Play Framework.
You can follow its progress on the issue tracker ticket.
Source: stackoverflow.com
Related Query
- Play Framework Scala: routes with optional parameters not working in controller subpackages?
- Debug not working with play framework activator, scala and eclipse
- Jquery form serialization is not working on facebox with Scala Play Framework 2.2
- Routes with optional parameter - Play 2.1 Scala
- Dynamic SQL Parameters with Anorm and Scala Play Framework
- Implicit Messages Provider instance was not found in Play framework with scala
- Scala working with Java libraries not specifying collections' type parameters
- Reverse routing with optional GET parameters in Play Framework
- Play framework with Gzip not working
- how to define optional path parameters in Play Framework routes
- Why can I not mix Scala code with HTML here in Play Framework 2 views?
- Working with two assets directories in Scala Play framework 2.4
- Swagger does not working well with Play Framework 2
- play framework working with json objects in Scala
- Scala play with reactivemongo, not working
- JDBC connection string not working with MySQL on Play Framework
- Splitting routes with prefix not working in Play 2.7 (worked in 2.6)
- Internationalization with Messages not working in Production - Play Framework
- Best practices to separate business logic from the Controller to the Model layer with Play framework + Scala + Slick
- Scala Play framework URL in iframe is not working
- Passing JSON String to Google Charts in Play Framework controller to Scala view is not recognized nor do the charts display
- Sequence of maps not working - scala play framework
- Class not found in Scala template with Play Framework
- Using Spark converting nested json with optional fields to Scala case class not working
- It seems that it is not possible to do POST with body >10K with scala play ws framework
- Play framework Javascript router not working for controller in different directory
- Scala type inference not working with play json
- How to handle optional query parameters in Play framework
- How to use IntelliJ with Play Framework and Scala
- Scala Compiler not found in Intellij IDEA 11 with Play 2.0 project
More Query from same tag
- Conversions Java Properties to Map to Nested Map to JSON
- Web App Subproject
- Getting workflow runtime properties for AWS Glue workflow in Scala
- sbt multi-module project global version setting
- Can I make modifications to code I typed earlier in the REPL?
- Can scala's parser combinators parse binary files?
- Logging to file in Scala/akka: ClassNotFoundException: akka.event.slf4j.Slf4jLoggingFilter
- Using monad transformers change expression result
- Is there any demo to show how to use the placeholder like this in Scala?
- Swagger (spray) path parameters inside resource url
- How to stream a `Seq[Future[_]]` into either a `Future[Stream[_]]` or a `Stream[_]` such that it can consumed as it becomes available in order?
- gradle multiproject fails when implement another subproject
- Scala structural type with method where only some params are known
- Which packages/classes/methods/features will be removed after Scala 2.9?
- How can two coupled Scala generic type constructors refer to each other as type parameters?
- declare variable in custom control structure in scala
- How to work on small portion of big Data File in spark?
- Scala option variable overrides when string is not empty
- Can I change the error message given by the compiler in scala?
- Scala: initialize fields with instances created later
- How to map types to values in Scala?
- "Cannot prove that Object <:< Try[U]" in flattened function
- How to infer types when one is a return value?
- Scala - inferred as wrong type, leading to type mismatch?
- How to initialize the value from trait in subtype?
- How to disable all Scala type hints?
- Why does a method with type parameter bound >: allow subtypes?
- Scala:Implicit converters & infix notation & operator precedence
- Best practice for writing to hadoop from spark
- Build Shapeless implicit in the function