At the moment I'm working in a team on a play! framework app.
The next user story I have to implement needs some different file modifications, e.g. move a file to ...
@{'/public/stylesheets/main.css'} returns the relative path: /public/stylesheets/main.css
How do I get the full path?
i.e. http://www.something.com/public/stylesheets/main.css inside the view/template?
Any ideas how to get the current URL with the play framework?
I'm also looking for the full target URL. I know I can use @{Controller.method} but I need the full url ...
I've got a curious problem. After installing java jdk 6u25 I tested the installation by typing java in the command prompt. Everything worked fine , the console displayed the usage options ...
I created a Play! app and deployed it under TomCat. This works well. The only problem is the management of a properties file, currently in the conf folder right next to ...