Hi,

I'm using an ext:TextArea........the code is:

<ext:TextArea ID="txtAta" AutoEl="={{tag:'textarea',wrap: 'on'}}" Height="100" runat="server" MaxLength="8000" FieldLabel="Ata" MsgTarget="Side" AllowBlank="false" BlankText="Campo obrigatório" LabelCls="lbl60"  Cls="txt250" />
when I try to get the value of this textArea in the server....it's comming empty! why? It just happens when I put the AutoEl (but I need to put it)

please, help me

thanks.