Hi,
How are you sending the name from the first screen to the second and from
second to third?
As for the converting space to some other character, you have to use
JavaScript. Once it goes to the servlet, you can even use SQL's tranaslate
to convert it back to space.
Cheers,
Sajid.
> -----Original Message-----
> From: A mailing list for discussion about Sun Microsystem's Java Servlet
> API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of
> RAHIMUNISA_N
> Sent: Thursday, October 28, 1999 10:14 AM
> To: [EMAIL PROTECTED]
> Subject: DATA NOT RETRIEVED PROBLEM
>
>
> HI,
> data retrieving problem is not yet solved.
> in my first screen i enter Header details.
> in second screen i enter personel details.
> in third i have static messages and the data as hidden field plus a
> submit button.
> in forth I insert the data in header and personel tables . then display
> an acknowledgement screen to user .
>
> in first screen if i enter Name as John Smith.
> till third screen i get it as John Smith.
> but in fourth screen i get Name as John .
> when i used this
> System.out.println("first name=
> "+req.getParameterValues("first_name")[0]);
>
> till third screen i get it as John Smith.
> but in fourth screen i get Name as John . post method is used for all
> screens but still i couldnt get the proper result . what could be the
> reason for it ?
> till third when i get proper result then why does it change in 4th
> screen alone . look at this problem carefully .
> if someone has the code to change the space to spl char pls send it . do
> i have to use javascript for it or something else like sql stmt like
> translate or replace ?
> Thanks .
> Ruks.
> Note : iam sending html code of second and third scr.
>
>
___________________________________________________________________________
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