HI,
I have a form with a field named FullName, its value is like "John
Smith".
When this form is submitted, it will call getFormdata.jsp. In this jsp, I
tried to get the fullname field value into the other field
<input type="text" name="fullname"
value=<%=request.getParameter("FullName")%>
Then it only displays "John".
Do you know what is the problem? How can get "Smith" to return?
Thank you!
Juan
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
===========================================================================
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