1. Custom tag that creates select element from enum stackoverflow.comHow can I make a tag that makes a select field out of a Java enum for the Play! framework? I've tried to see how the CRUD module does it ... |
2. Why would I want to use Fast Tags over Groovy Tags in Play stackoverflow.comWhat is the advantage of fast tags over groovy tags in Play? I have seen a lot of things happening recently with it, but am not quite sure what the point ... |
3. : jsRoute tag not found stackoverflow.comCode: var showBookPagination = #{jsRoute @Controller.methodName(':id')/}; Error thrown: Template not found (In /app/views/ReaderController/browse.html around line 56) The template tags/jsRoute.html or tags/jsRoute.tag does not exist. Any idea on this? |
4. Play! How to retrieve field value in a template tag having entity and the field name passed separately as parameters? stackoverflow.comI wanted to create a tag like:
and expect it to produce some output with the user name in it by using expression like:
I know it doesn't work but that's ... |
5. Using variables for start/end with the list template tag stackoverflow.comI'm using the Play Framework and have a question about templates: I want to use list as a for loop with from and to variables:
Both results.startPage ... |
6. PlayFrameWork: passing variables to a tag call stackoverflow.comis it somehow possible to pass variables to a tag call: I mean something like this:
|
7. Using template tag to open link in new window stackoverflow.comI am using the following template tag in the Play framework to create an anchor tag:
Does anyone know how this can be modified to open the ... |
8. |
9. Play 1.2.2 - are tags inside tags no longer allowed? stackoverflow.comI am developing an application in play and in my selenium tests I use several tags for repetitive tasks. Two tags are: app/views/tags/loginAs.html
|
10. How can I use custom template tags inside javascript in the Play! framework? stackoverflow.comHow can I use a custom tag inside my javascript code? For example:
does not work..
Thanks!
//Some clarification
I am retrieving a list of messages using ... |
11. Script groovy tag not working properly in Play stackoverflow.comHey guys I am using the script tag. %{..}% When I do multiplication it seems to work.
But if I do this.
It seems to add the ... |
12. Can this Play template code be simplified (avoid if/else tag)? stackoverflow.comI have the following html code:
Is it possible to do that with less code, maybe using ... |
13. Using variables in #{select} tag attributes stackoverflow.comI have a page in my app with a dynamically-generated form, in which I need a number of |
14. How do I use the field tag in a user defined tag with the Play! Framework? stackoverflow.comRight now I have a view like this that works.
With a ... |
15. Play framework: passing parameter to custom tag stackoverflow.comI want to pass the name of a field as a parameter to a custom Play! framework tag:
|
16. play framework tags: foreach passed argument stackoverflow.comI have an applet tag which I'm using like this:
and the applet.html file is apart from html etc:
Can I have something ... |