I recently incorporated the StfalconTinymceBundle into a Symfony2 project and it is functioning perfectly. However, I am encountering a problem when trying to submit the editor's content through AJAX. The editor's content does not seem to be binding with the post data in the AJAX request. Any suggestions for a solution would be greatly appreciated.
Thank you in advance.