I am using grails 2.1.1 and netbeans 7.2 on Mac OSX 10.6 and Ubuntu 12.04
After porting over an grails project from an older version, 1.6 I believe, the commentable plugin saves the comment to the database, but redirects wrongly like this
localhost:8080/MyApp/MyApp/article/view/1
it should be
localhost:8080/MyApp/article/view/1
I have tried on both systems to uninstall and reinstall the commentable plugin with the same results.
I am using <comments:render bean=${articleInstance}"\> in my gsp.