I tried this:
<textarea name="my_txt" id="my_txt" cols="100" rows="5" validate="group" require="hep!"></textarea>
and this other method:
<div validate="group" require="hep!">
<textarea name="my_txt" id="my_txt" cols="100" rows="5"></textarea>
</div>
but it doesn't works… any idea ?