Siva,

What server you are using. Is it Websphere. We had similar
problem when using Websphere 2.0 and VAJ2.0. Have you
checked the values you are gettting from database.
I am asking because in our case it was some problem with IBM's
persistence layer and the data fetched from the database (DB2)
itself was getting truncated. I would be interested in knowing
details of your environment.

Cheers,
Sanjay
----------------------------
Date: Sat, 26 Feb 2000 15:46:41 -0800
From: Sivakumar S <[EMAIL PROTECTED]>
Subject: Display PROBLEM in text fields for JSP

Hi

I'm using a Servlet Bean to retrieve information from the database.
The JSP code looks similar to the one below, where "table" is
the bean name.

<input type="TEXT" name=City size="25" value=<%=table.getCity()%>
>


This has to retrieve CITY value from the database and put it
into the text field for editing .

If the city is something like "San Jose", then the characters
after "San" is getting truncated because the code is interpreted
as

value = San
----------------
Sent from a WebBox - http://www.webbox.com
FREE Web based Email, Files, Bookmarks, Calendar, People and
Great Ways to Share them with Others!

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to