DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13698>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13698 BaseFieldTag confuses cols and size [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2002-10-17 23:43 ------- This bug is invalid - textarea is the only type of <input> field that uses cols as opposed to size to denote its size. Thats why BaseFieldTag outputs size and textarea overrides this behavior to output cols In the code it is stated explicitly that getSize() is synonymous with getCols() and as such size==cols under the hood. Can you show where this is a problem if you think I'm wrong please? chanoch -- To unsubscribe, e-mail: <mailto:struts-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>