Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7887329
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T05:33:07+00:00 2026-06-03T05:33:07+00:00

In a play framework 1.2.4 Controller, is it possible to get the contents of

  • 0

In a play framework 1.2.4 Controller, is it possible to get the contents of a template or tag as a String before output to the browser?

I want to be able to do this:

String json = renderAsString("/path/to/template.json", var1, var2);

//then use json as the body of a Play.WS request body.
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T05:33:08+00:00Added an answer on June 3, 2026 at 5:33 am

    The solution is based on the assumption that you are talking about PlayFramework 1.x

    If you are using Groovy template engine:

    Map<String, Object> args = ...
    Template template = TemplateLoader.load("path/to/template.suffix");
    String s = template.render(args);
    

    And you have a shortcut way if you are using Rythm template engine:

    String s = Rythm.render("path/to/template.suffix", param1, param3...);
    

    Or you can also use named arguments:

    Map<String, Object> args = ...
    String s = Rythm.render("path/to/template.suffix", args);
    

    Note the Groovy way also works for Rythm if your template file is put under app/rythm folder.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm following the Play Framework 2.0 tutorial for Java and get this error when
I am able to debug scala controller in play framework using netbeans IDE but
I wondering is there an equivalent of this feature from play framework http://www.playframework.org/documentation/2.0/JavaAsync Basicly
I have downloaded Play Framework from GitHub and compiled it. Now I want to
I have a simple application using the Play! framework's secure module. My 'Users' controller
I have a controller Foo in play framework scala project: In Foo controller (in
Using play framework 2.0 in Java mode and I want to pass a list
Using Play Framework, I was wondering if it was possible to load some vars
Play Framework has the file routes. This file list all the routes needed by
I'm using Play Framework and setting a cache value as such: String sessionId =

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.