Hi,
Is there anybody know this error, I do the following steps for grails form builder plugin project
Step 1: Create new project with the commend
grails creat-app demo
Step 2:
Install the plugin into your project with the following command:
grails install-plugin form-builder
Step 3: installed the freemarker plugin to the project at
http://grails.org/plugin/freemarker?
grails install-plugin freemarker
Step 4: Finally run the project with the commend of
grails run-app
I got the following error
C:\Documents and Settings\Prabhu\.grails\2.2.2\
projects\FormBuilderPluginDemo\plugins\freemarker-0.4\src\java\grails\plugin\freemarker\GrailsTemplateLoader.java:37: package freemarker.cache does not exist
import freemarker.cache.TemplateLoader;
^
C:\Documents and Settings\Prabhu\.grails\2.2.2\projects\FormBuilderPluginDemo\plugins\freemarker-0.4\src\java\grails\plugin\freemarker\GrailsTemplateLoader.java:45: cannot find symbol
symbol: class TemplateLoader
public class GrailsTemplateLoader implements TemplateLoader, ResourceLoaderAware
, GrailsApplicationAware, PluginManagerAware {
^
2 errors
1 error
Please help me
Thanks & Regards
Prabhu ST