I\'ve found a similar issue described in detail in the scala mailing list (also here). It seems to be related to this change in classpath management when creating scala interpretation environments.
I am writing a servlet (specifically with Scalatra).In the servlet I have many links on a table of contents which is included with every page.I want these links to be relative to the application base.
I am trying to run Scala/Scalate on Google app engine. I wanted to test the project so i am running the GAE locally its
I\'m trying the following based on scalatra-sbt.g8: 开发者_如何学Goclass FooWeb extends ScalatraServlet with ScalateSupport {
I\'m using Scalatra\'s built-in Scalate support but I want my default.scaml 开发者_开发问答layout to render an HTML5 Doctype. The Scalate documentation states When the format option is set to :html5,
I\'ve followed the user manual to apply a default template, e.g. in the projects src/main/webapp/WEB-INF/scalate/layouts/default.scaml I have a template that\'s supposed to get applied to all scaml fi
Hi I\'m a total Noob at scalate/scaml (I tagged haml since scaml & haml are similar). I have some template that looks like 开发者_高级运维this:
I have a web project written in scala, spring, sitemesh, and jspx/jstl. The problem is with the jspx. I keep running into issues where it wan开发者_开发百科ts the types to be java collection types and
Is it possible to make Scalate templates that are like Apache Wicket templates? If so, how? Are there any projects out there already doing this? If 开发者_Go百科so, which?See http://bowlerframework.or
I am using scalate as my view templates, and sbt + jrebel. But I found if the classes imported to scalate has been modified, we have to restart jetty, or there may be complication errors.