playframework - Play Framework config value in view -


how can access value application.name conf/application.conf in view?

you can use following code sample so:

${play.configuration['application.name']} 

also see http://groups.google.com/group/play-framework/browse_thread/thread/1412ca8fc3edd22f


Comments

Popular posts from this blog

Python __call__ special method practical example -

arrays - jQuery - Retrieve values from HTML elements and return their sum -