Are you using the simple theme?

musachy

On Thu, Oct 22, 2009 at 2:39 PM, Burton Rhodes <[email protected]> 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: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to