I have @Size(max=60) on some attributes on one of my entities, so they get displayed as a textarea, which is great (took some searching around to find out how to trigger this behavior).

I've noticed though that the <field:input> fields get the popup tooltip help text by default, but the <field:textarea> fields apparently do not. Is this by design, or have I broken something that stops this from working? :-)

Thanks, Kevin