在BootStrap中使用createLink

时间:2011-05-28 01:00:45

标签: grails groovy

我想要做的很简单:

我想在BootStrap类中使用'createLink'方法!我该怎么做?!一些建议?

感谢

1 个答案:

答案 0 :(得分:3)

尝试使用Grails: how to use createLink in a Filter?的答案:

import org.codehaus.groovy.grails.plugins.web.taglib.ApplicationTagLib
...
new ApplicationTagLib().createLink([controller: 'home'])