<txp:if_comments_error /> container tag, 0 attributes

if_comments_error

The if_comments_error tag is a conditional tag and always used as an opening and closing pair, like this…

<txp:if_comments_error>
...conditional statement...
</txp:if_comments_error>

The tag will execute the contained statements when an error exists with the comments.

<txp:if_comments_error /> 1 examples

Display comments error when an error occurs

<txp:if_comments_error>
   <txp:comments_error />
</txp:if_comments_error>

Other tags used: comments_error