I need to block Html Tags of a h:inputTextarea.
The content of this textarea will be shown in an outputText with escape setted to false.
It's setted to false cause i'm allowing to show links <a href...>.
When I click on save, it verifies the written words to check if is there a link, and if it is, we save on database with <a href...>
If this that i'm doing above is the wrong way to do it, let me know, but don't forget to try to help me out blocking html tags. If I'm wrong on how to do it, i'll do it later, but I need to fix this like i said it now :(
ty