Text Area Tag name, id

Is there a way to specify different id and names for a text_area_tag?

Seems like the api wants them to be the same.

Is there a way to specify different id and names for a text_area_tag?

Seems like the api wants them to be the same.

the 3rd argument can contain arbitrary html attributes,including id and name.

Fred