FYI Missing Double quotes ...........
<input type="text" name="fullname"
value="<%=request.getParameter("FullName")%>"
----- Original Message -----
From: Juan Fu <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, June 24, 2000 2:36 AM
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