scalate
Apache Camel web console's scalate servlet fails in WebLogic
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.[详细]
2023-04-10 19:02 分类:问答Servlet link relative to application base
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.[详细]
2023-04-03 17:16 分类:问答Scalate and GAE Options org.fusesource.scalate.TemplateException: Unable to create temporary file
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[详细]
2023-03-29 05:45 分类:问答Scalate ResourceNotFoundException in Scalatra
I\'m trying the following based on scalatra-sbt.g8: 开发者_如何学Goclass FooWeb extends ScalatraServlet with ScalateSupport {[详细]
2023-03-21 20:00 分类:问答How do I specify an HTML5 Doctype format in Scalate for Scaml?
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,[详细]
2023-03-14 03:07 分类:问答scalate/scaml layout not applied
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[详细]
2023-03-05 02:14 分类:问答scaml "illegal nesting" error
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:[详细]
2023-03-03 18:58 分类:问答scala, spring, and scalate
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[详细]
2023-03-03 03:42 分类:问答Is it possible to make Scalate templates that are like Apache Wicket templates?
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[详细]
2023-02-17 12:45 分类:问答How to load the modified classes which has been imported to scalate without jetty-restart?
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.[详细]
2023-02-16 00:08 分类:问答