Re: textarea and wrap

2001-05-12 Thread Ted Husted
The Struts Action works through introspection. It doesn't know (or care) whether the value in a form was rendered by a Struts custom tag or not. This means if you use a standard textarea tag in your form, and give it a name that matches a property in your form bean, Struts will use that attribute

Re: textarea and wrap

2001-05-09 Thread Matthias Bauer
I posted a bug report and sent a patch for struts on this one. I think this was last week. The committers decided not to include it, because the wrap attribute is not in the HTML spec. This is really unfortunate, escpecially because the little patch I already provided is just a minor change and

RE: textarea and wrap

2001-05-09 Thread Niall Pemberton
] Subject: Re: textarea and wrap I posted a bug report and sent a patch for struts on this one. I think this was last week. The committers decided not to include it, because the wrap attribute is not in the HTML spec. This is really unfortunate, escpecially because the little patch I already

textarea and wrap

2001-05-08 Thread William Jaynes
I usually need 'wrap=virtual' as an attribute for my textareas. It isn't part of the HTML spec, but it's supported in both Netscape and IE, and it's pretty useful. I wonder how people are dealing with the lack of a wrap attribute in the struts textarea tag. -- William Jaynes | University of