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=999999><input
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
