You need to have double quotes around the bean.
<input type="text" name="fullname"
value="<%=request.getParameter("FullName")%>">
Juan Fu <[EMAIL PROTECTED]>@JAVA.SUN.COM> on 06/23/2000 02:06:10 PM
Please respond to A mailing list about Java Server Pages specification and
reference <[EMAIL PROTECTED]>
Sent by: A mailing list about Java Server Pages specification and
reference <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
cc:
Subject: How to retrieve a field value with white space in
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
===========================================================================
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