1. How to use layout via ".scaml" in play+play-scalate stackoverflow.comI'm using Play frameword and play-scalate plugin. The default demo of play-scalate provided is only ".ssp", but what I want to use is ".scaml". I create a "default.scaml", but I don't know ... |
2. How to use #{field 'variable'} stackoverflow.comI read the documentation http://www.playframework.org/documentation/1.1/tags#ageta and I don't get it. Can someone provide a better, easier to understand example ? |
3. java web playframework: how to ignore Evaluating Expression in a Template? stackoverflow.comIn view (may be Application/index.html), I had the content like:
I don't want Play! evaluate it, only display absolutely this content on screen, so how can I ... |
4. Using Play Templates Elsewhere stackoverflow.comIs it possible to use the templating engine from the Play Framework in other contexts? Ideally I'd like an api of the form:
In some frameworks ... |
5. Play framework template For Loop stackoverflow.comI am trying to create a for loop in a play framework template like this :
|
6. Play framework : how to use "moreStyles" and "moreScripts" stackoverflow.comIn the file
I understand that if I need to add more styles, in my view script, ... |
7. Java Playframework nested templates - argument passing stackoverflow.comCan you pass specific, limited number of arguments to a included,nested template ? For example, in ParentTemplate.html, to do something like this (consider this as pseudocode :) :
|
8. How to reference submodule non-java resources (templates, js, css, etc) stackoverflow.comI have playframework application that uses my playframework module. There are some static content and views/tags in the module. My app works fine when I run it in dev mode. But when deployed to ... |
9. What is the best practice to create array notation fields in play-framework templates? stackoverflow.comIn one of my Play! projects I use a table of inputs to update multiple objects in one go. I pass it to the controller as an array of objects. This ... |
10. renderJson without template stackoverflow.comI have controller with
And i have route
|
11. How do I make session/cache variables available to my main.html template? stackoverflow.comI'm using Play Framework and setting a cache value as such:
and I want to ouput the value in my main.html without adding the value to ... |
12. Can you recursively extend templates in Play Framework? stackoverflow.comIn Play Framework, Can one use the
|
13. Acquire Variables used from Parent Template in Play framework stackoverflow.comI want to use a variable which is used in main.html to all the child template. For Ex, I read a property called "ClientID" in main.html. This has to be used in all ... |
14. Are Java constants availble for usage from within Play! templates? stackoverflow.comI have a User entity:
|