I am using ckeditor which was working fine when I used it with grails 1.3.7. Now I upadated my codebase to grails 2.2.4 & ckeditor is giving me some issue.
When I write someting & use toolbar to format it, I get output containing html tags. For e.g.
I select bold & write something 'This is a text' it produces output
<b> This is a text </b>
Is there anything I should add in config to make it work?