|
Hi everybody. .
I have a strange problem.
What I want to do is
Data has to go from an applet to the servlet then to the
HTML. My applet is talking to a servlet, sends some user entered
data.
My servlet is accepting the data. Till here everything
is fine.
After taking data from the applet into the servlet i have to
pump an HTML document back to the browser where the applet was
running.
My servlet has the code which writes a HTML to to browser. But
it not overwriting the applet's HTML document.
What has to be done for this... please advice.
I feel the problem is
out.println() method sends the data to the file from
where the HTTP reqest has come. So here since the request is coming from the
applet the response is going back to the applet and not to the browser. I have
to redirect the data pumped to the applet from the servlet to the
browser.
How can I do it.??
It is very urgent.
Please help.
thanx in advence,
Imtiaz
Keep the Faith.
|
- Re: applet to servlet then to html., intersting h... Imtiaz Kalburgi
- Re: applet to servlet then to html., interst... Yulyanto (CIS, Group-HO)
- Re: applet to servlet then to html., interst... Mahmood Shahzad
- Re: applet to servlet then to html., interst... Shukla, Jatin
- Re: applet to servlet then to html., interst... veena T
