I have this defined within a <table>: <html:textarea name="formMain" property="entry" rows="4" cols="50"/>
Everything works fine if I type in text without any linefeeds. But, if I use linefeeds inside the textarea, when I submit the form I get a blank page. I'm using Tomcat 5.0, struts 1.2.4 It does not even seem to submit the page to the server. I get no trace statements from Tomcat if I use org.apache.commons.logging.simplelog.defaultlog=trace On Netscape Navigator 7.2 it gives me a blank page. On Internet Explorer 6.0 it wants to install microsoft's information bar in IE and shows a blank page. On Opera (latest) it indicates that it displays a dialog which indicates that Opera is asking how to download the indicated file which happens to be, strangely enough the action file (MyAction.do). Any idea? Thanks