Ok-

I would have to see the entire JSP before offering any suggestion

Greets,

Martin Gainty

______________________________________________
Disclaimer and confidentiality note
Everything in this e-mail and any attachments relating to the official business of Sender and is proprietary to Sender. It is confidential, legally privileged and protected by law. Sender does not own and endorse any other content.
(mobile) 617-852-7822




From: "O. Oke" <[EMAIL PROTECTED]>
Reply-To: "Struts Users Mailing List" <user@struts.apache.org>
To: user@struts.apache.org
Subject: HTML file generated by JSP is truncated...why?...Please help!...
Date: Sat, 18 Jun 2005 13:25:39 +0100 (BST)
MIME-Version: 1.0
Received: from mail.apache.org ([209.237.227.199]) by MC6-F18.hotmail.com with Microsoft SMTPSVC(6.0.3790.211); Sat, 18 Jun 2005 05:26:24 -0700
Received: (qmail 23071 invoked by uid 500); 18 Jun 2005 12:26:12 -0000
Received: (qmail 23057 invoked by uid 99); 18 Jun 2005 12:26:12 -0000
Received: pass (hermes.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from web25006.mail.ukl.yahoo.com (HELO web25006.mail.ukl.yahoo.com) (217.12.10.42) by apache.org (qpsmtpd/0.29) with SMTP; Sat, 18 Jun 2005 05:26:12 -0700
Received: (qmail 78194 invoked by uid 60001); 18 Jun 2005 12:25:39 -0000
Received: from [82.35.89.58] by web25006.mail.ukl.yahoo.com via HTTP; Sat, 18 Jun 2005 13:25:39 BST
X-Message-Info: JGTYoYF78jEmeac2VvBIOHAUeeGsj7Q/Fx+wEf59vlg=
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Precedence: bulk
List-Unsubscribe: <mailto:[EMAIL PROTECTED]>
List-Help: <mailto:[EMAIL PROTECTED]>
List-Post: <mailto:user@struts.apache.org>
List-Id: "Struts Users Mailing List" <user.struts.apache.org>
Delivered-To: mailing list user@struts.apache.org
X-ASF-Spam-Status: No, hits=0.9 required=10.0tests=PLING_QUERY
X-Spam-Check-By: apache.org
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.co.uk; h=Message-ID:Received:Date:From:Subject:To:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=xjXUHYt402pR5IM+UWOMUH6+r/eyndQh0le98KQXW0m7urwROiN9D2qGq39Kh4vhuRYpWuH7yzsvZdywx12N8UiPIN7ZzG2wQ8uXnQTvHliWX/LYg8756SWxqPzDDuZkg28JyimnrBztiyiJuLxpol3TEDENRR1ibb95yZgB8Ak= ;
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 18 Jun 2005 12:26:24.0950 (UTC) FILETIME=[F1718D60:01C57400]

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&nbsp;By </td>
        <td>   <input type="text" name="updated_by"
maxlength="20" size="20" value=""> </td>

      </tr>
      <tr>
        <td align="right"> Updated&nbsp;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]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to