We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
public class Application extends Controller { public static void test() { String name = "Arun Kumar"; render(name); } }
The variable name can be accessed in app/views/Application/test.html as ${name}