Yes.

On 10/22/09, Musachy Barroso <musa...@gmail.com> wrote:
> Are you using the simple theme?
>
> musachy
>
> On Thu, Oct 22, 2009 at 2:39 PM, Burton Rhodes <burtonrho...@gmail.com>
> wrote:
>> I have the following line in my jsp:
>>
>> <s:textarea name="contactNote.note" rows="4" cssClass="Data"
>> cssErrorClass="ErrorDataField" cssStyle="width: 350px" />
>>
>> When no fieldErrors exist, it displays like this:
>>
>> <textarea name="contactNote.note" cols="" rows="4"
>> id="ContactNote_update_contactNote_note" class="Data" style="width:
>> 350px"></textarea>
>>
>> However, when a fieldError does exist for this field, it omits the
>> "style" attribute.  Is this a bug or a feature?!  I would prefer the
>> style to stay since it makes my textarea too small.
>>
>> <textarea name="contactNote.note" cols="" rows="4"
>> id="ContactNote_update_contactNote_note" class="Data
>> ErrorDataField"></textarea>
>>
>>
>> Thanks,
>> Burton
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
>> For additional commands, e-mail: user-h...@struts.apache.org
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to