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

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -