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

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

Multiple forms on one page

2005-04-27 Thread Fleischle, Samuel
Does Struts support more then one form on a single page? In my application I put two forms on one page, one form containing the data and one form containing some search fields. I define one form bean for each form. But if I submit one of these forms, e.g. the search form, I got only one form fi

Define more than one messages.properties

2005-04-04 Thread Fleischle, Samuel
I have a Struts-app with a really big messages.properties file. I want to split this file in some smaller and logic parts to get a better overview. I know there is the possibility to create modules with its own messages.properties. But I have some messages used in every module the same way, e.g