In my 'Spring Source Tools Suite', I imported a project that was built using command line Grails v1.3.7. The IDE uses v2.2.3. I have a good part of the application working, but two things don't work, and I have been hard at it for the better part of two days trying to get it working. The two parts that don't work are uploading jpeg files and capturing text on a button click. I am asking for help with the later problem only in this question. Here is the error message:
Message: It looks like you are missing some calls to the r:layoutResources tag. After rendering your page the following have not been rendered: [defer]
These calls are to classes outside my project, and inside dependency classes. I have no idea what is calling them or how I would fix this.
Thanks in advance for help,
~Bill
PS: I know that it is considered bad form adding questions on to other people's questions that have already been answered. So instead I will add a link to another topic that I read here: Grails Resources Plugin and AJAX loaded javascript . However I don't have a g:layoutBody in my gsp template. Would I add r:layoutResources disposition="defer"/
after each g:
... anything or after the g.form
tag. Any assistance is appreciated.