Grails ${appName} Parameter substitution -


my problem simple - ${appname} property substitution in config.groovy not appear working me.

i have config item called path.to.resources = ${appname}/videos, when read controller using grailsapplication.config.path.to.resources, i ${appname}/videos instead of myappname/videos.

i'm using grails 2.0.4 , sts

try this

path.to.resources = "${appname}/videos" 

Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -