Use Froala Editor With JSF
I would like to use the Froala Editor (https://www.froala.com/wysiwyg-editor) with JSF. However, having the following code, newArticleController.body gets the value null instead of
Solution 1:
Finally I solved it. I was putting pt:name="content"
in the inputTextarea. When I removed it, it worked.
Post a Comment for "Use Froala Editor With JSF"