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