-
I am trying to add play2-crud to my project. However, I am getting "(*:update) Conflicting cross-version suffixes in: org.scala-stm:scala-stm" error.
I am using Play 2.2.1. Below is my build.sbt cont…
-
I just downloaded the zip and ran it using -
activator run
Keep seeing the following error -
sbt.ResolveException: unresolved dependency: play2-crud#play2-crud_2.11;0.7.4-SNAPSHOT: not found
This i…
-
Hi there,
I'm trying out play2-crud. So far I've run the examples in /samples/ and no problem, they work fine. However, when I compile the project in /project-code/ I get the following errors:
[info]…
-
Hi,
I had a GlobalSettings class which worked fine when I began my project. I then moved to play2-crud and it is not working anymore.
My Global class is in the app/ folder. My code :
``` java
impor…
-
Play team moved template system to new project play.twirl.api.
So we need few changes:
import play.mvc.Content -> import play.twirl.api.Content
import play.api.templates.Html -> import play.twirl.api.…
-
After doing the steps on the first instruction page, should I be able to update things in a database, or do I have to implement something else as well? I can see all of the data in the database, but w…
-
Hi there,
Upgraded to Play 2.2.2 after seeing support go in for this plugin :-). Unfortunately I have the following error though:
ERROR] [03/07/2014 16:47:14.512] [play-akka.actor.default-dispatcher…
-
Hi,
I'm trying to run the sample, and I'm running into this compile-time error:
! @6eaa0p04e - Internal server error, for (GET) [/] ->
sbt.PlayExceptions$CompilationException: Compilation error[err…
-
e upgraded to Bootstrap 3.0.3 and the styling of the navigation header breaks for the play2-crud pages.
We had similar problems with our navigation and so we swapped to the following nav structure as…
-
Hello All,
I'm tring to use play-autosource using the Couchbase connector, the sample project and README instruction. If I try to do CRUD operations on single objects everything works as expected, if…