You need to put some quotes around the value, so your print statement
would be:
out.println( td bgcolor=999999input type=text name=\Synopsis\ size=85
MAXLENGTH=79 value=\ + synopsis + \/td);
Tim Gallagher
-----Original Message-----
From: Chainlu Sharma [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 25, 1999 8:58 AM
To: [EMAIL PROTECTED]
Subject: Resending text field value
Hi
I am having a small problem .
I am reading the values from a form .
String synopsis =req.getParameter(Synopsis);
fetches the value This is synopsis entered in the textbox.[Confirmed
using print statement].
But on servlet response to the field, the statement
out.println( td bgcolor=999999input type=text name=\Synopsis\ size=85
MAXLENGTH=79 value=+ synopsis +/td);
prints only This ?
Any Help?
Thanx in advance.
Chainlu
________________________________________________________________________
___ To unsubscribe, send email to [EMAIL PROTECTED] and include in
the body of the message signoff SERVLET-INTEREST. Archives:
http://archives.java.sun.com/archives/servlet-interest.html Resources:
http://java.sun.com/products/servlet/external-resources.html LISTSERV
Help: http://www.lsoft.com/manuals/user/user.html
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html