Please help!...
BACKGROUND ========== I am using Tomcat-5.0.27 on Windows 2000. I use Eclipse IDEfor dev. Furthermore, I have a JSP form that has about 50 fields; when the JSP is converted to an HTML file by Tomcat, the last 7 fields do not appear in the generated HTML document. When I viewed the source code of the HTML doc, I noticed that it had been truncated. Below are the last few lines of code in the HTML doc generated: ........... <tr> <td align="right"> Updated By </td> <td> <input type="text" name="updated_by" maxlength="20" size="20" value=""> </td> </tr> <tr> <td align="right"> Updated On </td> <td> <input type="text" As you would have noted, the code for last field ended halfway. No matter what the last 7 fields are, they are truncated. My impression is that something is exceeding a lmit, thus is automatically truncated. Please enlighten me. Thank you. Dele Oke ___________________________________________________________ How much free photo storage do you get? Store your holiday snaps for FREE with Yahoo! Photos http://uk.photos.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]