From: vanam vishnuvardhan <vanam_us(at)yahoo(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Subject:
Date: 2001-02-07 07:59:11
Message-ID: 20010207075911.6414.qmail@web4505.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

HI
iam vishnu .I have some problem while
communicating between an applet and servlet.
iam providing some text field and enter some
information in applet and using get method iam sending
this informatin to the servlet.The problem occurs when
the string entered in the text field contains gaps or
seperated by white spaces ,the servlet cannot able to
get the exact string in the textfield,sometimes applet
fails to connect even to servlet.
for eg.
In textfield if i entered "Iam great"
The URL iam providing is
..../servlet/test?info="+tf.getText();
where tf is the name of the textfield

i,e.if the string in the text field is seperated by
white spaces iam getting problem
It would be great if u can provide any solution to
this problem
with regards
vanam vishnuvardhan

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices.
http://auctions.yahoo.com/

Responses

  • Re: at 2001-02-07 21:37:32 from Peter Mount

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter T Mount 2001-02-07 08:48:08 Re: [INTERFACES] Q on JDBC's resultset
Previous Message Justin Clift 2001-02-07 00:08:53 Re: different methods to transfer data