Re: Missing attribute "wrap" in TextareaTag

2005-09-16 Thread Laurie Harper
fect. Sam -Original Message- From: Laurie Harper [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 14, 2005 12:42 PM To: user@struts.apache.org Subject: Re: Missing attribute "wrap" in TextareaTag Fleischle, Samuel wrote: I have a textarea and want to set the attribute wrap=&quo

RE: Missing attribute "wrap" in TextareaTag

2005-09-16 Thread Fleischle, Samuel
Hi Laurie, OK you are right. But I tried the CSS solutions without any effect. Sam -Original Message- From: Laurie Harper [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 14, 2005 12:42 PM To: user@struts.apache.org Subject: Re: Missing attribute "wrap" in TextareaTag

Re: Missing attribute "wrap" in TextareaTag

2005-09-14 Thread Laurie Harper
Fleischle, Samuel wrote: I have a textarea and want to set the attribute wrap="off" to avoid automatic wrapping of my text. But I can´t find any attribute with this name in the API for the TextareaTag. And if I insert this attribute in my code, I get an error. Is this attribute missing? Is ther

Missing attribute "wrap" in TextareaTag

2005-09-14 Thread Fleischle, Samuel
I have a textarea and want to set the attribute wrap="off" to avoid automatic wrapping of my text. But I can´t find any attribute with this name in the API for the TextareaTag. And if I insert this attribute in my code, I get an error. Is this attribute missing? Is there another way (possible wit